b8df9148c3
- added DESTDIR support - maintainer change to rhaen@NetBSD.org ChangeLog: 2.01 24 Jul 2007 - Fixed crash at end of test script when using perl-5.6.x. (The crash was actually due to a bug in perl that is fixed as of perl-5.8.0 at least, so the test script is simply modified to not tickle that bug.) - Clarified the copyright notices. Only the *changes* in version 2.x are my copyright. 2.00 18 Jul 2007 - Fixed bin/compile_encoding to run with perl-5.9.x by using restricted hashes instead of pseudo-hashes (which have been removed from perl-5.9.x) - Fixed accidental variable interpolation in Encoding.pm - Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that ABSTRACT_FROM and AUTHOR get set when intended - Added LICENSE to Makefile.PL
19 lines
555 B
Makefile
19 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/02/08 14:51:25 rhaen Exp $
|
|
|
|
DISTNAME= XML-Encoding-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHAY/}
|
|
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Encoding-2.01/
|
|
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"
|