diff options
author | will <will@FreeBSD.org> | 2000-06-02 11:29:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-02 11:29:41 +0800 |
commit | dd9a9f48fc916526f1a8ce82bedad2f3f34eaa05 (patch) | |
tree | 1d385d8858e3841b10d65b8bb1b2d8a28d23b9ef /mail | |
parent | 01ccfe1819796c139df5cc18fc38918881674935 (diff) | |
download | freebsd-ports-graphics-dd9a9f48fc916526f1a8ce82bedad2f3f34eaa05.tar.gz freebsd-ports-graphics-dd9a9f48fc916526f1a8ce82bedad2f3f34eaa05.tar.zst freebsd-ports-graphics-dd9a9f48fc916526f1a8ce82bedad2f3f34eaa05.zip |
Add p5-Mail-Sendmail, a perl module that implements a platform-independent
simple mailer.
PR: 17417
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 24 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/pkg-descr | 7 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/pkg-plist | 3 |
6 files changed, 37 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 974e1753c72..74704f598be 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -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 diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile new file mode 100644 index 00000000000..a1bf74a1ca4 --- /dev/null +++ b/mail/p5-Mail-Sendmail/Makefile @@ -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> diff --git a/mail/p5-Mail-Sendmail/distinfo b/mail/p5-Mail-Sendmail/distinfo new file mode 100644 index 00000000000..2241e840530 --- /dev/null +++ b/mail/p5-Mail-Sendmail/distinfo @@ -0,0 +1 @@ +MD5 (Mail-Sendmail-0.77.tar.gz) = 6e8a4505e77de38a0a79dcdf70177645 diff --git a/mail/p5-Mail-Sendmail/pkg-comment b/mail/p5-Mail-Sendmail/pkg-comment new file mode 100644 index 00000000000..d93b4f91b21 --- /dev/null +++ b/mail/p5-Mail-Sendmail/pkg-comment @@ -0,0 +1 @@ +Perl module implementing a simple, platform-independent mailer diff --git a/mail/p5-Mail-Sendmail/pkg-descr b/mail/p5-Mail-Sendmail/pkg-descr new file mode 100644 index 00000000000..e9a469a0964 --- /dev/null +++ b/mail/p5-Mail-Sendmail/pkg-descr @@ -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 diff --git a/mail/p5-Mail-Sendmail/pkg-plist b/mail/p5-Mail-Sendmail/pkg-plist new file mode 100644 index 00000000000..b4764088b35 --- /dev/null +++ b/mail/p5-Mail-Sendmail/pkg-plist @@ -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 |