diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 19:56:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 19:56:50 +0000 |
commit | 1953162c7f577329ce68913b4b9dc8757443c107 (patch) | |
tree | 29fb901f0ff3c88bb2594779e05054b936d83142 /textproc/p5-libxml/Makefile | |
parent | 9c6bc404a9e39141943f5833a392ef686f57cabc (diff) | |
download | pkgsrc-1953162c7f577329ce68913b4b9dc8757443c107.tar.gz |
Initial import of p5-libxml (aka libxml-perl).
p5-libxml is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl. p5-libxml software works in
combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and
others.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12641.
Note that the distfile is called "libxml-perl", Nathan submitted the
package as "p5-libxml-perl", and I decided to import it as "p5-libxml"
to remove some redundancy. I hope this doesn't cause confusion.
Diffstat (limited to 'textproc/p5-libxml/Makefile')
-rw-r--r-- | textproc/p5-libxml/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile new file mode 100644 index 00000000000..28bf85e13ef --- /dev/null +++ b/textproc/p5-libxml/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 19:56:50 jtb Exp $ + +DISTNAME= libxml-perl-0.07 +PKGNAME= p5-libxml-0.07 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://www.bitsko.slc.ut.us/ +COMMENT= perl module collection for working with XML + +DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libxml-perl/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |