d81e06d3d4
1.06 2014-07-20 NEILB - Changed the copyright on dclone.t, dump.pl, and tied.pl in t/, to match the rest of the dist, "same as perl itself". These changes were approved by the copyright owner, Raphael Manfredi. 1.05 2014-02-17 NEILB - Added github repo to metadata (thanks dsteinbrunner) - Added github repo to doc 1.04 2014-02-17 NEILB - I had erroneously listed Test::Array as a test prereq, but the package is defined in 01array.t where it's used. RT#93082 - thanks to Dagfinn Ilmari Mannsaker. 1.03 2014-02-16 NEILB - Added Changes file - Fixed typos from dsteinbrunner in RT#86337 - Added "use warnings" and in the process fixed RT#17121 - Min perl version 5.6.0 in code and metadata - Added license type to metadata and renamed L&C section in pod - Expanded the SEE ALSO section - Added prereqs to PREREQ_PM in Makefile.PL - Added test prereqs in TEST_REQUIRES
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/09/06 13:32:09 wiz Exp $
|
|
|
|
DISTNAME= Clone-PP-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Clone-PP/
|
|
COMMENT= Recursively copy Perl datatypes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Clone/PP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|