diff options
author | xtraeme <xtraeme> | 2004-05-29 01:58:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-29 01:58:56 +0000 |
commit | 85fb3ab74186e8914fa5825ca0232c87dbc32e35 (patch) | |
tree | 13e97a1efbe08a0d10d5ef550fefe240f88f9303 /textproc/p5-XML-LibXML-XPathContext/Makefile | |
parent | 3216dfc875e56802222959c1d64213c8cd79616e (diff) | |
download | pkgsrc-85fb3ab74186e8914fa5825ca0232c87dbc32e35.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" |