Upstream changes: 2.03 Wed Sep 22 01:15:40 CEST 2010 - The 'hidecore' option will hide core modules in the output (initial patch by David Leadbeater) - moved author tests to xt/
19 lines
548 B
Makefile
19 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/23 21:28:01 sno Exp $
|
|
|
|
DISTNAME= Devel-TraceUse-2.03
|
|
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_PACKLIST= auto/Devel/TraceUse/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|