Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 13:22:18 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402824 - in head/mail: . p5-Mojolicious-Plugin-Mail
Message-ID:  <201512021322.tB2DMIDU084462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec  2 13:22:17 2015
New Revision: 402824
URL: https://svnweb.freebsd.org/changeset/ports/402824

Log:
  Add mail/p5-Mojolicious-Plugin-Mail, a Mojolicious Plugin for sending mail.
  
  Sponsored by:	Absolight

Added:
  head/mail/p5-Mojolicious-Plugin-Mail/
  head/mail/p5-Mojolicious-Plugin-Mail/Makefile   (contents, props changed)
  head/mail/p5-Mojolicious-Plugin-Mail/distinfo   (contents, props changed)
  head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr   (contents, props changed)
  head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Wed Dec  2 13:10:10 2015	(r402823)
+++ head/mail/Makefile	Wed Dec  2 13:22:17 2015	(r402824)
@@ -397,6 +397,7 @@
     SUBDIR += p5-Mail-Verify
     SUBDIR += p5-Mail-Verp
     SUBDIR += p5-Mail-Webmail-Gmail
+    SUBDIR += p5-Mojolicious-Plugin-Mail
     SUBDIR += p5-Net-IMAP-Client
     SUBDIR += p5-Net-IMAP-Server
     SUBDIR += p5-Net-IMAP-Simple

Added: head/mail/p5-Mojolicious-Plugin-Mail/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mojolicious-Plugin-Mail/Makefile	Wed Dec  2 13:22:17 2015	(r402824)
@@ -0,0 +1,28 @@
+# Created by: Mathieu Arnold <mat@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Mojolicious-Plugin-Mail
+PORTVERSION=	1.5
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Mojolicious plugin to send email
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	modbuild
+
+post-install:
+	${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+
+.include <bsd.port.mk>

Added: head/mail/p5-Mojolicious-Plugin-Mail/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mojolicious-Plugin-Mail/distinfo	Wed Dec  2 13:22:17 2015	(r402824)
@@ -0,0 +1,2 @@
+SHA256 (Mojolicious-Plugin-Mail-1.5.tar.gz) = 56f0d341ebc3a7acf3919f5add43e98216ea1285aa0d87e7fb00c02bb0eff146
+SIZE (Mojolicious-Plugin-Mail-1.5.tar.gz) = 10916

Added: head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mojolicious-Plugin-Mail/pkg-descr	Wed Dec  2 13:22:17 2015	(r402824)
@@ -0,0 +1,4 @@
+Mojolicous::Plugin::Mail is a plugin for Mojolicious apps to send mail using
+MIME::Lite. Mojolicious 4.0 ready.
+
+WWW: https://metacpan.org/release/Mojolicious-Plugin-Mail

Added: head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mojolicious-Plugin-Mail/pkg-plist	Wed Dec  2 13:22:17 2015	(r402824)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Mojolicious/Plugin/Mail.pm
+%%PERL5_MAN3%%/Mojolicious::Plugin::Mail.3.gz
+%%DOCSDIR%%/Changes
+%%EXAMPLESDIR%%/test.pl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512021322.tB2DMIDU084462>