2494280336
- Updating package for p5 module Module::Load to 0.16 - Set license to artistic-2.0 Upstream changes: Changes for 0.16 Fri Feb 6 17:51:14 2009 ============================================ * This is a bugfix release for users of perl versions 5.8.4 and 5.8.5, which works around a core perl bug in those versions that loses arguments from @_ when using 'goto &subroutine'. Users of other perl versions need not upgrade. Changes for 0.14 Mon Jan 19 17:19:58 2009 ============================================ * Address #41883: Module::Load cannot import non-Exporter module: import() function for modules used via load() weren't being called properly * Test cases are now generated
20 lines
569 B
Makefile
20 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/12 19:18:59 sno Exp $
|
|
|
|
DISTNAME= Module-Load-0.16
|
|
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= artistic-2.0
|
|
|
|
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"
|