summaryrefslogtreecommitdiff
path: root/mail/p5-Email-MIME/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2007-04-21 15:03:52 +0000
committerheinz <heinz>2007-04-21 15:03:52 +0000
commit93b60c2f2b82db034c50866f087eae8feca294aa (patch)
treecc795f93f9d3061ec08e27a488035f1c0c2f441b /mail/p5-Email-MIME/Makefile
parentbe672c7ae17500d1eb7f459565bc329948e32d1f (diff)
downloadpkgsrc-93b60c2f2b82db034c50866f087eae8feca294aa.tar.gz
Initial import of p5-Email-MIME 1.859.
This is a merge of wip/p5-Email-MIME by Roman Kulik and the package submitted by Edgar Fuss to tech-pkg@. Some small changes by me. Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows access to various parts of the message. Headers are decoded from MIME encoding.
Diffstat (limited to 'mail/p5-Email-MIME/Makefile')
-rw-r--r--mail/p5-Email-MIME/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile
new file mode 100644
index 00000000000..b57e11a7ce7
--- /dev/null
+++ b/mail/p5-Email-MIME/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 15:03:52 heinz Exp $
+
+DISTNAME= Email-MIME-1.859
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5emm
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/Email-MIME/
+COMMENT= Perl module for easy MIME message parsing
+
+DEPENDS+= p5-Email-MIME-ContentType>=1.011:../../mail/p5-Email-MIME-ContentType
+DEPENDS+= p5-Email-MIME-Encodings>=1.3:../../mail/p5-Email-MIME-Encodings
+DEPENDS+= p5-Email-Simple>=1.995:../../mail/p5-Email-Simple
+DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
+BUILD_DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Email/MIME/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"