diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-16 10:07:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-16 10:07:51 +0000 |
commit | 289f2ec8aa6e811dabdf51f6fdbab75c01525c5f (patch) | |
tree | d79d0d035f75c821a893a090fa83c90d125cbe1e /mail/p5-Mail-SendEasy | |
parent | a72a83dae6439074038e234198a1ee6ad40b3ff2 (diff) | |
download | ports-289f2ec8aa6e811dabdf51f6fdbab75c01525c5f.tar.gz ports-289f2ec8aa6e811dabdf51f6fdbab75c01525c5f.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-SendEasy')
-rw-r--r-- | mail/p5-Mail-SendEasy/Makefile | 23 | ||||
-rw-r--r-- | mail/p5-Mail-SendEasy/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Mail-SendEasy/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-Mail-SendEasy/pkg-plist | 11 |
4 files changed, 43 insertions, 0 deletions
diff --git a/mail/p5-Mail-SendEasy/Makefile b/mail/p5-Mail-SendEasy/Makefile new file mode 100644 index 000000000000..5aa8e2414ed5 --- /dev/null +++ b/mail/p5-Mail-SendEasy/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Mail-SendEasy +# Date created: 2006-07-15 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-SendEasy +PORTVERSION= 1.2 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Send plain/html e-mails through SMTP servers + +PERL_CONFIGURE= yes + +MAN3= Mail::SendEasy.3 Mail::SendEasy::AUTH.3 \ + Mail::SendEasy::SMTP.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-SendEasy/distinfo b/mail/p5-Mail-SendEasy/distinfo new file mode 100644 index 000000000000..ffcca0185f03 --- /dev/null +++ b/mail/p5-Mail-SendEasy/distinfo @@ -0,0 +1,3 @@ +MD5 (Mail-SendEasy-1.2.tar.gz) = 260b7e62abcd7d75499f0dd762308ea9 +SHA256 (Mail-SendEasy-1.2.tar.gz) = 13cdc8926d1af2f111dbd2f97b358dd441f32f89392e0b5be98b6ddf681ba5ef +SIZE (Mail-SendEasy-1.2.tar.gz) = 11451 diff --git a/mail/p5-Mail-SendEasy/pkg-descr b/mail/p5-Mail-SendEasy/pkg-descr new file mode 100644 index 000000000000..f8f808493c1e --- /dev/null +++ b/mail/p5-Mail-SendEasy/pkg-descr @@ -0,0 +1,6 @@ +This modules will send in a easy way e-mails, and doesn't have +dependencies. Soo, you don't need to install libnet. + +It supports SMTP authentication and attachments. + +WWW: http://search.cpan.org/dist/Mail-SendEasy/ diff --git a/mail/p5-Mail-SendEasy/pkg-plist b/mail/p5-Mail-SendEasy/pkg-plist new file mode 100644 index 000000000000..15d79aed7310 --- /dev/null +++ b/mail/p5-Mail-SendEasy/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy/.packlist +%%SITE_PERL%%/Mail/SendEasy.pm +%%SITE_PERL%%/Mail/SendEasy/AUTH.pm +%%SITE_PERL%%/Mail/SendEasy/Base64.pm +%%SITE_PERL%%/Mail/SendEasy/IOScalar.pm +%%SITE_PERL%%/Mail/SendEasy/SMTP.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SendEasy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail +@dirrmtry %%SITE_PERL%%/Mail/SendEasy +@dirrmtry %%SITE_PERL%%/Mail |