summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
diff options
context:
space:
mode:
authorseb <seb>2007-02-22 12:46:26 +0000
committerseb <seb>2007-02-22 12:46:26 +0000
commitd79910c12a770502b39bfe54a3ce9178e7486b98 (patch)
treec21331a2af928aa13f1df71956296e320308a1ca /textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
parent1fd7b96470a4ef726945827789e0f5db487ccccc (diff)
downloadpkgsrc-d79910c12a770502b39bfe54a3ce9178e7486b98.tar.gz
Initial import of p5-XML-Filter-DOMFilter-LibXML version 0.02 into
the NetBSD packages Collection. This Perl 5 module provides a compromise between SAX and DOM processing by allowing to use DOM API to process only reasonably small parts of an XML document.
Diffstat (limited to 'textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile')
-rw-r--r--textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
new file mode 100644
index 00000000000..dfb53479ae2
--- /dev/null
+++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 12:46:26 seb Exp $
+
+DISTNAME= XML-Filter-DOMFilter-LibXML-0.02
+PKGNAME= p5-${DISTNAME}
+#SVR4_PKGNAME=
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/XML-Filter-DOMFilter-LibXML/
+COMMENT= Perl5 module SAX filter allowing DOM processing
+
+DEPENDS+= p5-XML-LibXML>=1.53:../../textproc/p5-XML-LibXML
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/XML/Filter/DOMFilter/LibXML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"