summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Tiny/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-03-08 11:26:53 +0000
committerfhajny <fhajny>2012-03-08 11:26:53 +0000
commite69456aea6f68a772600f64dede999f1eb3ad57f (patch)
tree2c53b66026f014187dd68db95f40673ea9772823 /textproc/p5-XML-Tiny/Makefile
parent250810773375005856175aaa9b23fe9b0f567d43 (diff)
downloadpkgsrc-e69456aea6f68a772600f64dede999f1eb3ad57f.tar.gz
Import p5-XML-Tiny-2.06 as textproc/p5-XML-Tiny.
XML::Tiny is a simple lightweight parser for a subset of XML.
Diffstat (limited to 'textproc/p5-XML-Tiny/Makefile')
-rw-r--r--textproc/p5-XML-Tiny/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-Tiny/Makefile b/textproc/p5-XML-Tiny/Makefile
new file mode 100644
index 00000000000..e058b16cf88
--- /dev/null
+++ b/textproc/p5-XML-Tiny/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:26:53 fhajny Exp $
+#
+
+DISTNAME= XML-Tiny-2.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/XML-Tiny/
+COMMENT= Simple lightweight parser for a subset of XML
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/XML/Tiny/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"