aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Email-Simple
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-31 18:42:49 +0800
committerkrion <krion@FreeBSD.org>2003-08-31 18:42:49 +0800
commit1519882f67bd6b74746fa5368e8703de1cd51cb2 (patch)
treea0ec294dd48291d7f340f669be69bc5f50e551ad /mail/p5-Email-Simple
parent947544a6e48888ba2ef43038d8082e1e9febf960 (diff)
downloadfreebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.tar.gz
freebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.tar.zst
freebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.zip
- 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>
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