Upstream changes: 1.08 2020-10-20 NEILB - Changed "sub main'dump" to "sub main::dump" in t/dump.pl, as that meant this distribution wouldn't build under cperl. RT#125171
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.20 2021/07/06 13:18:32 wen Exp $
|
|
|
|
DISTNAME= Clone-PP-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|