Add p5-Mail-SendEasy 1.2, send plain/html e-mails through SMTP servers.

PR:		ports/100339
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-16 10:07:51 +00:00
parent a72a83dae6
commit 289f2ec8aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167969
5 changed files with 44 additions and 0 deletions

View file

@ -324,6 +324,7 @@
SUBDIR += p5-Mail-RFC822-Address
SUBDIR += p5-Mail-SPF-Query
SUBDIR += p5-Mail-SRS
SUBDIR += p5-Mail-SendEasy
SUBDIR += p5-Mail-Sender
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-SpamAssassin

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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