-------------------- 2.093 Thu Jun 26 2014 - fixed the test script to properly deal with sitecustomize and proxies in all possible combinations (thanks a lot to Christan Walde (MITHALDU) for his help with testing under Windows!) 2.092 Thu Apr 3 2014 - auto-dereferencing only works since 5.14 - move the xt/ tests back in t/, guarded by RELEASE_TESTING 2.091 Sat Mar 29 2014 - documentation fixes (thanks to Ioan Rogers (IOANR)) - test fixes (related to Module::CoreList)
17 lines
515 B
Makefile
17 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/29 05:35:11 mef Exp $
|
|
|
|
DISTNAME= Devel-TraceUse-2.093
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-TraceUse/
|
|
COMMENT= Show the modules your Perl program loads, recursively
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Devel/TraceUse/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|