pkgsrc/textproc/p5-XML-Encoding/Makefile
rhaen 29464ad3ae 2.07 29 Jan 2009
- Minor correction to POD from Daniel Leidert <daniel.leidert@wgdd.de>.
2.06 20 Jan 2009
	- Fixed make_encmap to avoid spurious output when there is an error with
	  the input file. (Fixes [cpan #41854].)
2009-02-10 16:43:38 +00:00

19 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/02/10 16:43:38 rhaen Exp $
DISTNAME= XML-Encoding-2.07
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"