Changes from previous: ---------------------- 0.63 Mar 25, 2013 - mkdtskel now uses strict/warnings 0.62 Jul 25, 2012 - Add the -userdata option. - Document -userdata, -html and -recover. 0.61 Jul 25, 2012 - Handle undef elements when parsing wrong formed XML. 0.60 Jul 25, 2012 - Add -recover option to parse XML (not just HTML). 0.59 Jun 5, 2012 - Fix POD encodings. 0.58 Apr 9, 2012 - Adding missing pre-requisite (parent). 0.57 Apr 7, 2012 - Let CDATA and PCDATA be processed in a different way.
21 lines
624 B
Makefile
21 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/05/14 02:26:40 jgoamakf Exp $
|
|
#
|
|
|
|
DISTNAME= XML-DT-0.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tonnerre@bsdprojects.net
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-DT/
|
|
COMMENT= Perl module for down translation of XML files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
|
|
DEPENDS+= p5-XML-DTDParser>=2.0:../../wip/p5-XML-DTDParser
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PERL5_PACKLIST= auto/XML/DT/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|