summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Munge/Makefile
diff options
context:
space:
mode:
authorwen <wen>2014-10-02 11:26:01 +0000
committerwen <wen>2014-10-02 11:26:01 +0000
commit5c5f5d393904dd9afa026db3aa857c019ae9610e (patch)
tree3c5f44ede57dbecadff0141bfbabd287a3c77ffc /devel/p5-Data-Munge/Makefile
parentc04523a0ed4eea69b5e8c0032b8453b48b54e58a (diff)
downloadpkgsrc-5c5f5d393904dd9afa026db3aa857c019ae9610e.tar.gz
Import Data-Munge-0.08 as devel/p5-Data-Munge.
This module defines a few generally useful utility functions.
Diffstat (limited to 'devel/p5-Data-Munge/Makefile')
-rw-r--r--devel/p5-Data-Munge/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Data-Munge/Makefile b/devel/p5-Data-Munge/Makefile
new file mode 100644
index 00000000000..4e8227e8df3
--- /dev/null
+++ b/devel/p5-Data-Munge/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/10/02 11:26:01 wen Exp $
+
+DISTNAME= Data-Munge-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Data-Munge/
+COMMENT= Various utility functions
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Data/Munge/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"