diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-31 06:29:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-31 06:29:08 +0000 |
commit | 178e9d48686746fa3db54bbfa4b31d2c6ddc541c (patch) | |
tree | 0138608d3d7c6fd44a9e97416deff67de7fe46fc /mail/p5-Dancer-Plugin-Email | |
parent | a3e73df47ee3419c178238387b376f6bd1c866fc (diff) | |
download | ports-178e9d48686746fa3db54bbfa4b31d2c6ddc541c.tar.gz ports-178e9d48686746fa3db54bbfa4b31d2c6ddc541c.zip |
Notes
Diffstat (limited to 'mail/p5-Dancer-Plugin-Email')
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/Makefile | 32 | ||||
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/pkg-descr | 7 | ||||
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/pkg-plist | 7 |
4 files changed, 48 insertions, 0 deletions
diff --git a/mail/p5-Dancer-Plugin-Email/Makefile b/mail/p5-Dancer-Plugin-Email/Makefile new file mode 100644 index 000000000000..5290e51cc744 --- /dev/null +++ b/mail/p5-Dancer-Plugin-Email/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Dancer-Plugin-Email +# Date created: 30 Dec 2010 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= Dancer-Plugin-Email +PORTVERSION= 0.1202 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/I/IR/IRONCAMEL +PKGNAMEPREFIX= p5- + +MAINTAINER= magik@roorback.net +COMMENT= Simple email handling for Dancer applications + +RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \ + p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Email-Stuff>=2.102:${PORTSDIR}/mail/p5-Email-Stuff \ + p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \ + p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Dancer::Plugin::Email.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Dancer-Plugin-Email/distinfo b/mail/p5-Dancer-Plugin-Email/distinfo new file mode 100644 index 000000000000..c60c1ae11b8c --- /dev/null +++ b/mail/p5-Dancer-Plugin-Email/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Email-0.1202.tar.gz) = c4eb2700d88e64f90e49c0bd7b938cf61e5dd652c2b843e5a3fe708b66f509ae +SIZE (Dancer-Plugin-Email-0.1202.tar.gz) = 12279 diff --git a/mail/p5-Dancer-Plugin-Email/pkg-descr b/mail/p5-Dancer-Plugin-Email/pkg-descr new file mode 100644 index 000000000000..02c8ecd2d355 --- /dev/null +++ b/mail/p5-Dancer-Plugin-Email/pkg-descr @@ -0,0 +1,7 @@ +Dancer::Plugin::Email provides an easy way of handling text or +html email messages with or without attachments. Simply define +how you wish to send the email in your application's YAML +configuration file, then call the email keyword passing the +necessary parameters. + +WWW: http://search.cpan.org/~ironcamel/Dancer-Plugin-Email/ diff --git a/mail/p5-Dancer-Plugin-Email/pkg-plist b/mail/p5-Dancer-Plugin-Email/pkg-plist new file mode 100644 index 000000000000..ae8b28ed00ae --- /dev/null +++ b/mail/p5-Dancer-Plugin-Email/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Email/.packlist +%%SITE_PERL%%/Dancer/Plugin/Email.pm +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Email +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer |