pkgsrc/devel/p5-Module-Load/Makefile
hiramatsu beff24d523 Update to p5-Module-Load to 0.22.
Changes from previous:
Changes for 0.22    Tue Oct  4 21:44:32 2011
============================================
* Resolve possible security problem [http://goo.gl/YzHRU]
  where a '::' prefixed module can 'jump' out of @INC

Changes for 0.20    Mon Aug  1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
  trailing '::' silently ignored

Changes for 0.18    Tue Mar  2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
2011-11-11 08:29:02 +00:00

20 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/11/11 08:29:02 hiramatsu Exp $
DISTNAME= Module-Load-0.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ml
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Load/
COMMENT= Perl5 module to runtime require of both modules and files
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Module/Load/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"