2017-02-14 k <andk@cpan.org> * release 2.16 * four weeks after the TRIAL2 release cpantesters have produced 392 pass and 5 fail; by my estimation the fails are two bugs in the test suite: (1) insufficient rubustness against make -j and (2) insufficient robustness against missing unzip program; both will be targeted at a later date * otherwise no functional change; only changes in the distroprefs/ directory (which is not used per default) and minor changes to Makefile.PL and t/97*.t 2017-01-16 k <andk@cpan.org> * release 2.16-TRIAL2 * release 2.16-TRIAL (had a broken manifest/signature file) * Adjust test 97-return_values.t to survive the removal of "." from @INC (Andreas Koenig) * Bugfix: fix wrong method call on $logger (Simon Legner) * Bugfix: protect version dependencies with eval to survive requirements like "2.08a" (Andreas Koenig) * Bugfix #47934: honour version requirement with "==" (Andreas Koenig) * partially address #82295: improve diagnostics (Andreas Koenig) * introduce new config variable cleanup_after_install: helps keeping build directory small (Andreas Koenig) * adopting changes from bleadperl related to removal of "." from @INC (Tony Cook) * distroprefs minor updates 2016-07-17 k <andk@cpan.org> * release 2.15-TRIAL * bugfix #115734 App::Cpan Installing from cwd broken (Boutros Lab Software, Andreas Koenig) * bugfix #115786 App::Cpan Can't locate object method "inst_file" via package "AAA::Demo" (dmitryb, Andreas Koenig) * bugfix #115340 recursive dependencies (Father Chrysostomos, Andreas Koenig) * bugfix #110833 ftp proxy (Father Chrysostomos, Andreas Koenig) * distroprefs a handful of updates
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2017/02/19 08:52:51 wiz Exp $
|
|
|
|
DISTNAME= CPAN-2.16
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel
|
|
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"
|