This module is an interface to the gnome libxml2 DOM parser (no SAX parser support yet), and the DOM tree. It also provides an XML::XPath-like findnodes() interface, providing access to the XPath API in libxml2. Provided by Shell Hung in PR/15088.
23 lines
675 B
Makefile
23 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/01/30 22:38:36 mjl Exp $
|
|
|
|
DISTNAME= XML-LibXML-1.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
#SVR4_PKGNAME=
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= Perl interface to the libxml2 library
|
|
|
|
DEPENDS+= p5-XML-SAX>=0.03:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-Checker-[0-9]*:../../textproc/p5-XML-Checker
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../textproc/libxml2/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|