mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
23
mail/p5-Mail-SendEasy/Makefile
Normal file
23
mail/p5-Mail-SendEasy/Makefile
Normal 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>
|
3
mail/p5-Mail-SendEasy/distinfo
Normal file
3
mail/p5-Mail-SendEasy/distinfo
Normal 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
|
6
mail/p5-Mail-SendEasy/pkg-descr
Normal file
6
mail/p5-Mail-SendEasy/pkg-descr
Normal 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/
|
11
mail/p5-Mail-SendEasy/pkg-plist
Normal file
11
mail/p5-Mail-SendEasy/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue