pkgsrc/textproc/p5-XML-Twig/Makefile
wen bbf5920187 Update to 3.52
Upstream changes:
3.52 - 2016-11-23  - minor maintenance release

- fixed: the previous fix was buggy...

3.51 - 2016-11-23  - minor maintenance release

- fixed: failing tests when XML::XPathEngine and XML::XPath not available

3.50 - 2016-11-22  - minor maintenance release

- added: the no_xxe option to XML::Twig::new, which causes the parse
  to fail if external entities are used (to prevent malicious XML to
  access the filesystem).
  See RT#118097 https://rt.cpan.org/Public/Bug/Display.html?id=118097

- fixed: warning (and soon error) due to unescaped literal left braces
  in regular expressions in the code generating Twig.pm
  reported by trwyant
  https://github.com/mirod/xmltwig/issues/26

- fixed: (partial fix) implement getNamespaces in XML::Twig::XPath::Elt
  the expression doesn't crash the code, but doesn't return anything
  interesting (yet)
  reported by Nathan Glenn
  https://github.com/mirod/xmltwig/issues/12

- fixed: various spelling mistakes
  https://github.com/mirod/xmltwig/pull/24
  thanks to James McCoy for the patch

- git repo cleanup, thanks to mjg17
2016-11-28 12:14:05 +00:00

37 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.36 2016/11/28 12:14:05 wen Exp $
DISTNAME= XML-Twig-3.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xmltwig.com/
COMMENT= Efficient XML document interface
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
# The modules listed below are required for testing purposes only
# they are not required for building the package
#DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
#DEPENDS+= p5-Test-Pod-Coverage>=1.0:../../devel/p5-Test-Pod-Coverage
#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv
#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText
#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter
#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PERL5_PACKLIST= auto/XML/Twig/.packlist
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"