summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XQL/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-08-10 12:51:53 +0000
committermjl <mjl@pkgsrc.org>2001-08-10 12:51:53 +0000
commit78e3222dc0be967662405259ea5c5ed3436c5ce5 (patch)
tree7b1760730938ad16328802f86346f18b2d514ee1 /textproc/p5-XML-XQL/Makefile
parent918a493b42a60b67d1614efe89d617baeb5ea483 (diff)
downloadpkgsrc-78e3222dc0be967662405259ea5c5ed3436c5ce5.tar.gz
Initial import of p5-XML-XQL-0.66
This is a Perl extension that allows you to perform XQL queries on XML object trees. Currently only the XML::DOM module is supported, but other implementations, like XML::Grove, may soon follow.
Diffstat (limited to 'textproc/p5-XML-XQL/Makefile')
-rw-r--r--textproc/p5-XML-XQL/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile
new file mode 100644
index 00000000000..173ab0e66d7
--- /dev/null
+++ b/textproc/p5-XML-XQL/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:51:53 mjl Exp $
+#
+
+DISTNAME= XML-XQL-0.66
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= Perl module to perform XQL queries on XML object trees
+
+DEPENDS+= p5-XML-DOM-*:../p5-XML-DOM
+DEPENDS+= p5-XML-Parser-2.*:../p5-XML-Parser
+DEPENDS+= p5-Date-Manip-*:../../devel/p5-Date-Manip
+
+USE_PERL5= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XQL/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"