e5404e78a1
Upstream changes: Release 5.1 Fix entities in attributes only working for root node. RT #89402 Thu Oct 03 2013 Jeff Fearn <Jeff.Fearn@gmail.com> Release 5.0 Add support for using XML Catalogs. (related to RT #87010) Add support for expanding entities. perl tidy FTW Remove xt/ deps from Build.PL. RT #78039 Doc typo fixes. RT #66404 Error out if args to new are not in a hash. RT #70654 Add logic to keep entities in attributes when NoExpand is set. RT #88973 Jul 17 2013 Jeff Fearn <Jeff.Fearn@gmail.com> Release 4.3 Hard code VERSION in TreeBuilder.pm for PAUSE. RT #86964 Jul 15 2013 Jeff Fearn <Jeff.Fearn@gmail.com> Release 4.2 Added store_cdata to handle CDATA. More test coverage.
24 lines
772 B
Makefile
24 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/11/30 11:38:16 wen Exp $
|
|
|
|
DISTNAME= XML-TreeBuilder-5.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-TreeBuilder/
|
|
COMMENT= Perl 5 parser that builds a tree of XML::Element objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/XML/TreeBuilder/.packlist
|
|
|
|
DEPENDS+= p5-HTML-Tree>=4.1:../../www/p5-HTML-Tree
|
|
DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset
|
|
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-XML-Catalog-[0-9]*:../../textproc/p5-XML-Catalog
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|