Add p5-Mail-Sendmail, a perl module that implements a platform-independent
simple mailer. PR: 17417 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
SUBDIR += p5-MIME-Tools
|
||||
SUBDIR += p5-Mail-Folder
|
||||
SUBDIR += p5-Mail-POP3Client
|
||||
SUBDIR += p5-Mail-Sendmail
|
||||
SUBDIR += p5-Mail-Tools
|
||||
SUBDIR += pathalias
|
||||
SUBDIR += pgp4pine
|
||||
|
||||
24
mail/p5-Mail-Sendmail/Makefile
Normal file
24
mail/p5-Mail-Sendmail/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Mail-Sendmail
|
||||
# Date created: Jan 28 2000
|
||||
# Whom: Wei-chun Chao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-Sendmail
|
||||
PORTVERSION= 0.77
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wchao@isi.edu
|
||||
|
||||
USE_PERL5= yes
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Mail::Sendmail.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
mail/p5-Mail-Sendmail/distinfo
Normal file
1
mail/p5-Mail-Sendmail/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Mail-Sendmail-0.77.tar.gz) = 6e8a4505e77de38a0a79dcdf70177645
|
||||
1
mail/p5-Mail-Sendmail/pkg-comment
Normal file
1
mail/p5-Mail-Sendmail/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Perl module implementing a simple, platform-independent mailer
|
||||
7
mail/p5-Mail-Sendmail/pkg-descr
Normal file
7
mail/p5-Mail-Sendmail/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
Mail::Sendmail provides a simple, platform-independent e-mail interface from
|
||||
your perl script. It requires only Perl5 and a network connection.
|
||||
|
||||
Mail::Sendmail contains mainly &sendmail, which takes a hash with the message
|
||||
to send and sends it.
|
||||
|
||||
WWW: http://alma.ch/perl/mail.htm#Mail::Sendmail
|
||||
3
mail/p5-Mail-Sendmail/pkg-plist
Normal file
3
mail/p5-Mail-Sendmail/pkg-plist
Normal file
@@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/Sendmail.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sendmail/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sendmail
|
||||
Reference in New Issue
Block a user