pkgsrc/textproc/p5-XML-Encoding/Makefile
rhaen 7724a34c5e updated to 2.05 (fixed a typo)
ChangeLog:
2.05 11 Sep 2008
	- Changed the shebang line in the two scripts to be less specific. Thanks
	  to Daniel Leidert <daniel.leidert@wgdd.de> for the suggestion.
2.04 06 Sep 2008
	- Incorporated a patch from Daniel Leidert <daniel.leidert@wgdd.de> which
	  updates the maps iso-8859-2.xml to iso-8859-9.xml and adds the maps
	  iso-8859-1.xml, iso-8859-10.xml, iso-8859-11.xml, iso-8859-13.xml to
	  iso-8859-16.xml and windows-1251.xml.
	- Updated the map windows-1250.xml and added the maps windows-1252.xml to
	  windows-1258.xml using data from ftp://ftp.unicode.org/Public/MAPPINGS.
2008-09-13 13:47:56 +00:00

19 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/09/13 13:47:56 rhaen Exp $
DISTNAME= XML-Encoding-2.05
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
DEPENDS+= p5-XML-Parser>=2.18:../../textproc/p5-XML-Parser
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/XML/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"