pkgsrc/textproc/p5-XML-Encoding/Makefile
wen 768e56c1c3 Update to 2.09
Upstream changes:
2.09 30 May 2014
        - Uploaded source code to GitHub and included repository URLs in
          metadata.
        - Included META.json file in addition to META.yml.
        - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure
          that all parameters used are supported, to save jumping through hoops
          to support earlier versions.  (This should not be a problem since
          ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and
          above, that being the whole point of the new choice of minimum
          supported Perl version.)
        - Set minimum required Perl version to 5.8.1.  This is in line with the
          minimum requirement of the "Perl Toolchain".
2014-09-06 14:07:36 +00:00

18 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.23 2014/09/06 14:07:36 wen Exp $
DISTNAME= XML-Encoding-2.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Encoding/
COMMENT= Perl module for parsing XML encoding maps
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/XML/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"