diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:58:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:58:56 +0000 |
commit | 1a6bc89571432e24c6463c75351d69e7ec7e2d33 (patch) | |
tree | 13e97a1efbe08a0d10d5ef550fefe240f88f9303 /textproc/p5-XML-LibXML-XPathContext/Makefile | |
parent | 6c2d7d00a8312cfbf03ac00c5282375d138bfb84 (diff) | |
download | pkgsrc-1a6bc89571432e24c6463c75351d69e7ec7e2d33.tar.gz |
Initial import of p5-XML-LibXML-XPathContext-0.06.
This module augments XML::LibXML by providing a Perl
interface to libxml2's xmlXPathContext structure.
Diffstat (limited to 'textproc/p5-XML-LibXML-XPathContext/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXML-XPathContext/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXML-XPathContext/Makefile b/textproc/p5-XML-LibXML-XPathContext/Makefile new file mode 100644 index 00000000000..7c932561118 --- /dev/null +++ b/textproc/p5-XML-LibXML-XPathContext/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 01:58:56 xtraeme Exp $ +# + +DISTNAME= XML-LibXML-XPathContext-0.06 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xlx +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl interface to libxml2's xmlXPathContext + +DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/XPathContext/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |