9a678f9100
0.08 Tue Oct 21 10:54:18 CDT 2003 - added Perl SAX 2.0 Binding - XML::ESISParser: add -E0 to nsgmls options so that nsgmls doesn't quit after 200 errors. Add more detail to command character error message. Suggested by Charles Thayer - fixes - Data::Grove::Visitor: children_accept_name was not returning any data in some cases; reported by Laurent CAPRANI - XML::SAX2Perl: typo in startElement; reported by Mark A. Hershberger - t/stream.t Test 11 fails due to 8-bit characters on Perl 5.6, first reported by Ed Arnold
21 lines
595 B
Makefile
21 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/02/18 13:57:08 wiz Exp $
|
|
|
|
DISTNAME= libxml-perl-0.08
|
|
PKGNAME= p5-libxml-0.08
|
|
SVR4_PKGNAME= p5lxm
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/libxml-perl/
|
|
COMMENT= Perl module collection for working with XML
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libxml-perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|