summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Simple/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-18 16:27:39 +0000
committerwiz <wiz@pkgsrc.org>2005-04-18 16:27:39 +0000
commit4bad3f215bc96e1476503b5a5ce4108225d53791 (patch)
treef437ac7fcf06da7cfc08caec48d29c9c3e025afe /mail/p5-Email-Simple/Makefile
parentc2fa7497ede9ba07739ac3ee0c34e6ec80db55bf (diff)
downloadpkgsrc-4bad3f215bc96e1476503b5a5ce4108225d53791.tar.gz
Initial import of p5-Email-Simple:
"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.
Diffstat (limited to 'mail/p5-Email-Simple/Makefile')
-rw-r--r--mail/p5-Email-Simple/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile
new file mode 100644
index 00000000000..d43e1330587
--- /dev/null
+++ b/mail/p5-Email-Simple/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 16:27:39 wiz Exp $
+
+DISTNAME= Email-Simple-1.92
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ems
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Email-Simple/
+COMMENT= Perl5 module for simple parsing of RFC2822 message format and headers
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Email/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"