[Midnightbsd-cvs] mports: mail/p5-Email-Simple: add p5-Email-Simple

crash at midnightbsd.org crash at midnightbsd.org
Thu Sep 18 16:41:02 EDT 2008


Log Message:
-----------
add p5-Email-Simple

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

-------------- next part --------------
--- /dev/null
+++ mail/p5-Email-Simple/pkg-descr
@@ -0,0 +1,7 @@
+Email::Simple is the first deliverable of the "Perl Email Project", a
+reaction against the complexity and increasing bugginess of the Mail::*
+modules. In contrast, Email::* modules are meant to be simple to use
+and to maintain, pared to the bone, fast, minimal in their external
+dependencies, and correct. 
+
+WWW: http://search.cpan.org/dist/Email-Simple/
--- /dev/null
+++ mail/p5-Email-Simple/pkg-plist
@@ -0,0 +1,8 @@
+ at comment $FreeBSD: ports/mail/p5-Email-Simple/pkg-plist,v 1.5 2008/06/29 02:24:28 leeym Exp $
+%%SITE_PERL%%/Email/Simple.pm
+%%SITE_PERL%%/Email/Simple/Header.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple
+ at dirrm %%SITE_PERL%%/Email/Simple
+ at dirrmtry %%SITE_PERL%%/Email
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
--- /dev/null
+++ mail/p5-Email-Simple/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	p5-Email-Simple
+# Date created:				August 31 2003
+# Whom:					Lars Thegler <lars at thegler.dk>
+#
+# $FreeBSD: ports/mail/p5-Email-Simple/Makefile,v 1.22 2008/06/29 02:24:28 leeym Exp $
+#
+
+PORTNAME=	Email-Simple
+PORTVERSION=	2.00.4
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C|\.([0-9])$|\1|}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple parsing of RFC2822 message format and headers
+LICENSE= gpl2
+PERL_CONFIGURE=	yes
+
+MAN3=		Email::Simple.3 Email::Simple::Header.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ mail/p5-Email-Simple/distinfo
@@ -0,0 +1,3 @@
+MD5 (Email-Simple-2.004.tar.gz) = e23ebf15657b6e46b69e8975740cb4b4
+SHA256 (Email-Simple-2.004.tar.gz) = 038719c4716e09ed5b5d302d9a41a54bf00220ed13c531fd97b525225efd6edc
+SIZE (Email-Simple-2.004.tar.gz) = 28329


More information about the Midnightbsd-cvs mailing list