[Midnightbsd-cvs] mports: mports/mail: Add p5-Mail-Sendmail.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 9 18:55:47 EDT 2008


Log Message:
-----------
Add p5-Mail-Sendmail.  I'm using this on stargazer.

Modified Files:
--------------
    mports/mail:
        Makefile (r1.39 -> r1.40)

Added Files:
-----------
    mports/mail/p5-Mail-Sendmail:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -L mail/Makefile -L mail/Makefile -u -r1.39 -r1.40
--- mail/Makefile
+++ mail/Makefile
@@ -31,6 +31,7 @@
     SUBDIR += p5-Mail-DomainKeys
     SUBDIR += p5-Mail-SPF
     SUBDIR += p5-Mail-SPF-Query
+    SUBDIR += p5-Mail-Sendmail
     SUBDIR += p5-Mail-SpamAssassin
     SUBDIR += p5-Mail-Tools
     SUBDIR += pantomime
--- /dev/null
+++ 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
--- /dev/null
+++ mail/p5-Mail-Sendmail/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Mail/Sendmail.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Sendmail
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
+ at dirrmtry %%SITE_PERL%%/Mail
--- /dev/null
+++ mail/p5-Mail-Sendmail/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	p5-Mail-Sendmail
+# Date created:				May 9 2008
+# Whom:					Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/mail/p5-Mail-Sendmail/Makefile,v 1.1 2008/05/09 22:55:45 laffer1 Exp $
+#
+
+PORTNAME=	Mail-Sendmail
+PORTVERSION=	0.79
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl module implementing a simple, platform-independent mailer
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Mail::Sendmail.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ mail/p5-Mail-Sendmail/distinfo
@@ -0,0 +1,3 @@
+MD5 (Mail-Sendmail-0.79.tar.gz) = 038f261afd091d8fad347d6c66d2833d
+SHA256 (Mail-Sendmail-0.79.tar.gz) = 8a5eb39d3b9a3a4219c6d6051328c62bd51e9b53723ee5b42cd66e8672e681b9
+SIZE (Mail-Sendmail-0.79.tar.gz) = 16245


More information about the Midnightbsd-cvs mailing list