pkgsrc/devel/p5-Module-Find/Makefile
wen a5506607f0 Update to 0.12
Upstream changes:
0.12, 2014-02-08

Fixed RT#81077: useall fails in taint mode
Thanks to Aran Deltac, who contributed the implementation and test.

Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load
Clarified documentation for useall and usesub.

Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
Added more explicit tests.
Thanks to Colin Robertson for his input.
2014-04-20 10:12:06 +00:00

17 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/04/20 10:12:06 wen Exp $
DISTNAME= Module-Find-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Find/
COMMENT= Lets you find and use modules in categories
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Find/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"