2c0dbaddbf
1.02 2020-01-11 06:49:29Z - converted packaging to Dist::Zilla - fix tests to avoid conflicts with other installed modules (RT#131249)
18 lines
553 B
Makefile
18 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/03/21 13:06:41 mef Exp $
|
|
|
|
DISTNAME= Devel-Leak-Object-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Devel-Leak-Object
|
|
COMMENT= Perl module to detect leaks of objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
PERL5_PACKLIST= auto/Devel/Leak/Object/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|