1d646bc70a
0.43 2019-07-29 13:47:42 atomic - fix an issue when cloning a NULL mg_ptr pointer 0.42 2019-07-19 23:06:04 garu - make handling of mg_ptr safer (ATOOMIC, Harald Jörg) - change license wording on some test files to make the entire dist released under the same terms as Perl itself (fixes GH#20) (GARU)
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.36 2019/10/13 11:20:05 mef Exp $
|
|
|
|
DISTNAME= Clone-0.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Clone
|
|
COMMENT= Perl module for recursively copying datatypes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Clone/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|