summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Message/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Message/Makefile')
-rw-r--r--mail/p5-Mail-Message/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/p5-Mail-Message/Makefile b/mail/p5-Mail-Message/Makefile
new file mode 100644
index 00000000000..617a1bb89a6
--- /dev/null
+++ b/mail/p5-Mail-Message/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/09/17 16:08:45 wiz Exp $
+
+DISTNAME= Mail-Message-3.002
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER= angelmadames@gmail.com
+HOMEPAGE= http://search.cpan.org/~markov/Mail-Message-3.000
+COMMENT= Object container for MIME-encoded message
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-IO-stringy>=2.1:../../devel/p5-IO-stringy
+DEPENDS+= p5-Scalar-List-Utils>=1.4:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-URI>=1.7:../../www/p5-URI
+DEPENDS+= p5-PathTools>=3.5:../../devel/p5-PathTools
+DEPENDS+= p5-MIME-Types>=2.1:../../mail/p5-MIME-Types
+DEPENDS+= p5-MailTools>=2.1:../../mail/p5-MailTools
+DEPENDS+= p5-TimeDate>=2.3:../../time/p5-TimeDate
+DEPENDS+= p5-User-Identity>=0.9:../../mail/p5-User-Identity
+
+PERL5_PACKLIST= auto/Mail/Message/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"