From 6d49979229a1039299667e666cfab5ed2ad0e90f Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 16 Apr 2001 18:13:39 +0000 Subject: 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 in PR #12634. --- mail/p5-Mail-Sendmail/Makefile | 20 ++++++++++++++++++++ mail/p5-Mail-Sendmail/files/md5 | 3 +++ mail/p5-Mail-Sendmail/pkg/DESCR | 4 ++++ mail/p5-Mail-Sendmail/pkg/PLIST | 1 + 4 files changed, 28 insertions(+) create mode 100644 mail/p5-Mail-Sendmail/Makefile create mode 100644 mail/p5-Mail-Sendmail/files/md5 create mode 100644 mail/p5-Mail-Sendmail/pkg/DESCR create mode 100644 mail/p5-Mail-Sendmail/pkg/PLIST (limited to 'mail/p5-Mail-Sendmail') 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 $ -- cgit v1.2.3