diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 18:13:39 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 18:13:39 +0000 |
commit | b020bd0d087562f9bfdbc8f0b7728a4e1e41acf4 (patch) | |
tree | 5834ce84dc48fa8586a51334df40bf559bcf2058 /mail/p5-Mail-Sendmail/Makefile | |
parent | 06fe18410ccb3bf4ecbb1de80f567b13b290123e (diff) | |
download | pkgsrc-b020bd0d087562f9bfdbc8f0b7728a4e1e41acf4.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/p5-Mail-Sendmail/Makefile')
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 20 |
1 files changed, 20 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" |