summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Simple
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-31 10:42:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-31 10:42:49 +0000
commite3b0342d7b5fffc7a9e44623410736791e5ea6ce (patch)
treeabb1625157941a59d878c7a7d40512597320d42f /mail/p5-Email-Simple
parentUpdate to version 1.32. (diff)
- New port: mail/p5-Email-Simple: Simple, fast mail parser
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. PR: 56229 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=88187
Diffstat (limited to 'mail/p5-Email-Simple')
-rw-r--r--mail/p5-Email-Simple/Makefile25
-rw-r--r--mail/p5-Email-Simple/distinfo1
-rw-r--r--mail/p5-Email-Simple/pkg-descr7
-rw-r--r--mail/p5-Email-Simple/pkg-plist5
4 files changed, 38 insertions, 0 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile
new file mode 100644
index 000000000000..42319edd5045
--- /dev/null
+++ b/mail/p5-Email-Simple/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Email-Simple
+# Date created: August 31 2003
+# Whom: Lars Thegler <lars@thegler.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Email-Simple
+PORTVERSION= 1.6
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Email
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars@thegler.dk
+COMMENT= Simple, fast mail parser
+
+PERL_CONFIGURE= yes
+
+MAN3= Email::Simple.3
+
+test:
+ cd ${WRKSRC} ; make test
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Email-Simple/distinfo b/mail/p5-Email-Simple/distinfo
new file mode 100644
index 000000000000..c58b1cba730f
--- /dev/null
+++ b/mail/p5-Email-Simple/distinfo
@@ -0,0 +1 @@
+MD5 (Email-Simple-1.6.tar.gz) = 18422b3b498d3bc617f0918d665418f2
diff --git a/mail/p5-Email-Simple/pkg-descr b/mail/p5-Email-Simple/pkg-descr
new file mode 100644
index 000000000000..d991d72f2dba
--- /dev/null
+++ b/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
diff --git a/mail/p5-Email-Simple/pkg-plist b/mail/p5-Email-Simple/pkg-plist
new file mode 100644
index 000000000000..06d57e7388c1
--- /dev/null
+++ b/mail/p5-Email-Simple/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Email/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple
+@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true