pkgsrc/devel/p5-Test-LeakTrace/Makefile
wiz 631ceec91e p5-Test-LeakTrace: update to 0.16.
Revision history for Perl extension Test::LeakTrace

0.16 2017-06-17
    - Fix build and test issues with perl5.26 due to removal of . from @INC
      (PR #4 - thanks to jkeenan)
2017-09-17 13:14:59 +00:00

20 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/09/17 13:14:59 wiz Exp $
DISTNAME= Test-LeakTrace-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-LeakTrace/
COMMENT= Perl 5 module to trace memory leaks
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/LeakTrace/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"