summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Node/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-12-28 12:39:39 +0000
committerhubertf <hubertf>2000-12-28 12:39:39 +0000
commit1effe5c7a1a43788259a356f68a4fd7bf391e761 (patch)
tree63e67abefa9ea1ff185bc07f29aeb0af5f8d13c2 /textproc/p5-XML-Node/Makefile
parent2d586fe94c87d7b5e7e3c73b9555a45817f228b4 (diff)
downloadpkgsrc-1effe5c7a1a43788259a356f68a4fd7bf391e761.tar.gz
Add p5-XML-Node-0.10:
If you are only interested in processing certain nodes in an XML file, this module can help you simplify your Perl scripts significantly. The XML::Node module allows you to register callback functions or variables for any XML node. If you register a call back function, it will be called when the node of the type you specified are encountered. If you register a variable, the content of a XML node will be appended to that variable automatically.
Diffstat (limited to 'textproc/p5-XML-Node/Makefile')
-rw-r--r--textproc/p5-XML-Node/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile
new file mode 100644
index 00000000000..e03919da393
--- /dev/null
+++ b/textproc/p5-XML-Node/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/28 12:39:39 hubertf Exp $
+#
+
+DISTNAME= XML-Node-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= http://belmont-shores.ics.uci.edu/pub/ \
+ ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://belmont-shores.ics.uci.edu/XML::Node/
+
+DEPENDS+= XML-Parser-2.*:../p5-XML-Parser
+
+USE_PERL5= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Node/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"