efec7a101c
devel/p5-Devel-TraceUse from 2.06nb2 to 2.09. Upstream changes: 2.09 Sat Feb 16 2013 - added a proxy-reporting feature, that lists modules/subroutines found to load other modules --but no change to the tree output yet-- (thanks to Olivier Mengué (DOLMEN)) 2.08 Thu Sep 13 2012 - fixed the module's encoding to match the =encoding POD directive 2.07 Thu Sep 13 2012 - Added support for "perl -c": dump tree at CHECK phase if -c is set (contributed by Olivier Mengué (DOLMEN))
17 lines
513 B
Makefile
17 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/07/03 16:28:44 sno Exp $
|
|
|
|
DISTNAME= Devel-TraceUse-2.09
|
|
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"
|