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:
Will Andrews
2000-06-02 03:29:41 +00:00
parent 60329b8c60
commit cb0ea2b9a7
6 changed files with 37 additions and 0 deletions

View File

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

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

View File

@@ -0,0 +1 @@
MD5 (Mail-Sendmail-0.77.tar.gz) = 6e8a4505e77de38a0a79dcdf70177645

View File

@@ -0,0 +1 @@
Perl module implementing a simple, platform-independent mailer

View 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

View 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