7268907c27
from 0.13 to 0.18. pkgsrc changes: - adjusting dependencies according to distribution meta information Upstream changes: 0.18 2012-02-18 - Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram. 0.17 2012-02-12 - A bug in Class::Load caused test failures when Module::Runtime 0.012 was used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs ) 0.16 2012-02-12 - Require Module::Runtime 0.012, which has a number of useful bug fixes. 0.15 2012-02-08 - Small test changes to accomodate latest version of Module::Implementation. There's no need to upgrade if you're already using 0.14 0.14 2012-02-06 - Use Module::Implementation to handle loading the XS or PP versions of the code. Using this module fixes a few bugs. - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION env var caused a taint error. - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected and reported immediately. No attempt is made to load an invalid implementation.
29 lines
1,020 B
Makefile
29 lines
1,020 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/03/08 10:03:42 sno Exp $
|
|
|
|
DISTNAME= Class-Load-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Load/
|
|
COMMENT= Provide a working (require "Class::Name") and more
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
|
|
DEPENDS+= p5-Module-Implementation>=0.04:../../devel/p5-Module-Implementation
|
|
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Class/Load/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|