summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Twig/Makefile
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2003-08-07 04:10:03 +0000
committergson <gson@pkgsrc.org>2003-08-07 04:10:03 +0000
commitde92fdf78970c849b602549b24a01174a461a144 (patch)
tree9ea09e529d547df3dd563c97ac283030f1634817 /textproc/p5-XML-Twig/Makefile
parent801e6d4b774d962c82d964fa98a0b21459b93ea1 (diff)
downloadpkgsrc-de92fdf78970c849b602549b24a01174a461a144.tar.gz
Initial import of p5-XML-Twig.
XML::Twig is a Perl module for efficient processing of XML documents using a mixed stream/tree model.
Diffstat (limited to 'textproc/p5-XML-Twig/Makefile')
-rw-r--r--textproc/p5-XML-Twig/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile
new file mode 100644
index 00000000000..a27b490f975
--- /dev/null
+++ b/textproc/p5-XML-Twig/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/07 04:10:03 gson Exp $
+#
+
+DISTNAME= XML-Twig-3.10
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5xtw
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.xmltwig.com/
+COMMENT= Efficient XML document interface
+
+DEPENDS+= p5-WeakRef>=0.01:../../devel/p5-WeakRef
+DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
+DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Twig/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"