diff options
author | jtb <jtb> | 2001-04-16 18:13:39 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 18:13:39 +0000 |
commit | c87c994993d29cefd5198c902483b0b3a4eb60e7 (patch) | |
tree | 5834ce84dc48fa8586a51334df40bf559bcf2058 /mail | |
parent | 50406c4842fd7b5e2af76a514a8a2e149ab014d4 (diff) | |
download | pkgsrc-c87c994993d29cefd5198c902483b0b3a4eb60e7.tar.gz |
Initial import of p5-Mail-Sendmail.
A platform independent Sendmail interface module. This module will
allow you to send email from perl via sendmail. The only requirement
is a network connection. It has good error reporting abilities in
addition to good time zone detection.
Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12634.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/files/md5 | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/pkg/DESCR | 4 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/pkg/PLIST | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile new file mode 100644 index 00000000000..e1bc3af436a --- /dev/null +++ b/mail/p5-Mail-Sendmail/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 18:13:39 jtb Exp $ + +DISTNAME= Mail-Sendmail-0.78 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://alma.ch/perl/ +COMMENT= perl5 module dedicated to Sendmail + +DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/Sendmail/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-Sendmail/files/md5 b/mail/p5-Mail-Sendmail/files/md5 new file mode 100644 index 00000000000..f4cf7b77a41 --- /dev/null +++ b/mail/p5-Mail-Sendmail/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 18:13:39 jtb Exp $ + +SHA1 (Mail-Sendmail-0.78.tar.gz) = f217efff5228c59236ee347fdccdb033c7b4c615 diff --git a/mail/p5-Mail-Sendmail/pkg/DESCR b/mail/p5-Mail-Sendmail/pkg/DESCR new file mode 100644 index 00000000000..ca2acf68cc3 --- /dev/null +++ b/mail/p5-Mail-Sendmail/pkg/DESCR @@ -0,0 +1,4 @@ +A platform independent Sendmail interface module. This module will +allow you to send email from perl via sendmail. The only requirement +is a network connection. It has good error reporting abilities in +addition to good time zone detection. diff --git a/mail/p5-Mail-Sendmail/pkg/PLIST b/mail/p5-Mail-Sendmail/pkg/PLIST new file mode 100644 index 00000000000..58f453cc868 --- /dev/null +++ b/mail/p5-Mail-Sendmail/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 18:13:39 jtb Exp $ |