pkgsrc/devel/p5-Devel-TraceUse/Makefile
sno f6a4d17643 Updating package for CPAN module Devel::TraceUse in devel/p5-Devel-TraceUse
from 2.05 to 2.06

pkgsrc changes:
2.06 Sun Jan 15 00:44:13 CET 2012
    No code change, but:
    - More thoroughly remove @INC from the error output
    - do not open output test files as utf8
    - fix a warning when using a dev version of Module::CoreList
2012-02-20 13:47:11 +00:00

19 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/02/20 13:47:11 sno Exp $
DISTNAME= Devel-TraceUse-2.06
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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Devel/TraceUse/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"