summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-02 03:29:41 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-02 03:29:41 +0000
commitcb0ea2b9a7302d869fe41ee65b92fa1386f6dad5 (patch)
treef251e4b163dfa34fb9eade7cad5bf030f8ba9877 /mail
parentRemove inappropriate categories. See Porter's Handbook. (diff)
Add p5-Mail-Sendmail, a perl module that implements a platform-independent
simple mailer. PR: 17417 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Notes
Notes: svn path=/head/; revision=29086
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Mail-Sendmail/Makefile24
-rw-r--r--mail/p5-Mail-Sendmail/distinfo1
-rw-r--r--mail/p5-Mail-Sendmail/pkg-comment1
-rw-r--r--mail/p5-Mail-Sendmail/pkg-descr7
-rw-r--r--mail/p5-Mail-Sendmail/pkg-plist3
6 files changed, 37 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 974e1753c722..74704f598be0 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 000000000000..a1bf74a1ca4e
--- /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 000000000000..2241e8405304
--- /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 000000000000..d93b4f91b21f
--- /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 000000000000..e9a469a0964b
--- /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 000000000000..b4764088b351
--- /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