pkgsrc/devel/p5-CPAN/Makefile

31 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2015/06/12 10:48:56 wiz Exp $
Update 2.05 to 2.10 (PKGVERSION is 2.0500 to 2.1000) ----------------------------------------------------- 2015-03-13 k <andk@cpan.org> * release 2.10 * same code as 2.10-TRIAL 2015-02-22 k <andk@cpan.org> * release 2.10-TRIAL * Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265) * Don't use list assignment to %ENV in Distribution::make (Craig A. Berry; RT 98265) * Bump $VERSION in changed modules (for integration into blead, post 5.21.9) (Steve Hay) * bump requirement for Socket.pm on Windows (Alexandr Ciornii) 2015-02-02 k <andk@cpan.org> * release 2.09-TRIAL * tune verbosity of failing tests in 30shell.t (Andreas Koenig) * find or fetch MIRRORED.BY -- github #84 (brian d foy) * bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve Hay) 2015-01-05 k <andk@cpan.org> * release 2.08-TRIAL * fixes binary test files github #81 (brian d foy) 2015-01-04 k <andk@cpan.org> * release 2.07-TRIAL * add support for Cwd::getdcwd and introduce workaround for a misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig) * fixes bug that possibly CPAN::Meta::Requirements was not loaded in time (Andreas Koenig) * silences unini warnings from missing environment variables (tlhackque) * fixes chdir after building dependencies bug github #79 and #80 (David Schweikert) * some new and some improved distroprefes files, and some have gone too (Andreas Koenig, Slaven Rezic) * introduces experimental support for plugins/hooks (#apw2014 in Salzburg; Andreas Koenig, Branislav Zahradnik) * catches more user errors on the 'o conf' commandline (Andreas Koenig) * integrates the App::Cpan sources taken over from brian with lots of cleanup from him, so that they have less chance to digress (brian d foy) * fixes clear_credentials that were completely broken (Len Jaffe) * fixes typos (David Horner) 2014-08-06 k <andk@cpan.org> * release 2.06-TRIAL * lazy load CPAN::Meta::Requirements (David Golden) * fix $rtt handling in App::Cpan (Peter Martini) * bump CPAN::Meta::Requirements requirement (Karen Etheridge) * fix unini warning in App::Cpan (mudler) * tiny distroprefs fixes (Andreas Koenig) * remove beta warning from distroprefs documentation (Andreas Koenig) * do not check recursion on optional dependencies (Andreas Koenig) * address rt.cpan.org #95271: sanity check META.yml to contain a hash (Alexandr Ciornii, Andreas Koenig)
2015-03-15 14:16:17 +01:00
DISTNAME= CPAN-2.10
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 1
CATEGORIES= devel
Update 2.05 to 2.10 (PKGVERSION is 2.0500 to 2.1000) ----------------------------------------------------- 2015-03-13 k <andk@cpan.org> * release 2.10 * same code as 2.10-TRIAL 2015-02-22 k <andk@cpan.org> * release 2.10-TRIAL * Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265) * Don't use list assignment to %ENV in Distribution::make (Craig A. Berry; RT 98265) * Bump $VERSION in changed modules (for integration into blead, post 5.21.9) (Steve Hay) * bump requirement for Socket.pm on Windows (Alexandr Ciornii) 2015-02-02 k <andk@cpan.org> * release 2.09-TRIAL * tune verbosity of failing tests in 30shell.t (Andreas Koenig) * find or fetch MIRRORED.BY -- github #84 (brian d foy) * bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve Hay) 2015-01-05 k <andk@cpan.org> * release 2.08-TRIAL * fixes binary test files github #81 (brian d foy) 2015-01-04 k <andk@cpan.org> * release 2.07-TRIAL * add support for Cwd::getdcwd and introduce workaround for a misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig) * fixes bug that possibly CPAN::Meta::Requirements was not loaded in time (Andreas Koenig) * silences unini warnings from missing environment variables (tlhackque) * fixes chdir after building dependencies bug github #79 and #80 (David Schweikert) * some new and some improved distroprefes files, and some have gone too (Andreas Koenig, Slaven Rezic) * introduces experimental support for plugins/hooks (#apw2014 in Salzburg; Andreas Koenig, Branislav Zahradnik) * catches more user errors on the 'o conf' commandline (Andreas Koenig) * integrates the App::Cpan sources taken over from brian with lots of cleanup from him, so that they have less chance to digress (brian d foy) * fixes clear_credentials that were completely broken (Len Jaffe) * fixes typos (David Horner) 2014-08-06 k <andk@cpan.org> * release 2.06-TRIAL * lazy load CPAN::Meta::Requirements (David Golden) * fix $rtt handling in App::Cpan (Peter Martini) * bump CPAN::Meta::Requirements requirement (Karen Etheridge) * fix unini warning in App::Cpan (mudler) * tiny distroprefs fixes (Andreas Koenig) * remove beta warning from distroprefs documentation (Andreas Koenig) * do not check recursion on optional dependencies (Andreas Koenig) * address rt.cpan.org #95271: sanity check META.yml to contain a hash (Alexandr Ciornii, Andreas Koenig)
2015-03-15 14:16:17 +01:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/CPAN
COMMENT= Perl module to query, download and build perl modules from CPAN sites
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
# DEPENDS+= {perl>=5.008009,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness
DEPENDS+= p5-Text-Glob-[0-9]*:../../textproc/p5-Text-Glob
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
USE_LANGUAGES+= c
MAKE_PARAMS+= verbose
PERL5_PACKLIST= auto/CPAN/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"