Updating package for CPAN distribution CPAN in devel/p5-CPAN from 1.9800nb2
to 2.0000 (Upstream 2.00). PkgSrc changes: - include recommended depencies - update generated by Packager::Utils Upstream changes: 2013-04-12 Andreas Koenig <k@UX31A> * release 2.00 (at Lancester #QA2013) * Removed the trial status for the release in the Makefile.PL * Merge with App::Cpan 0.61 (just a version number change) 2013-02-06 k <k@k83.linux.bogus> * release 2.00-TRIAL * import App::Cpan 0.60_02 from brian d foy * RT#82589 doc fix thanks to Zefram * several portability fixes for 5.6.2 * RT#83042 workaround for current circular dependency in CPANPLUS and CPANPLUS::Dist::Build 2012-10-16 Andreas Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 1.99_51 * RT #79969: fix incompatibilities with VMS (Craig Berry) * bugfix: distroprefs of type pl/args were dropped for 'perl Build.PL' * RT #73742: watch build_dirs and react calmly when one has gone lost
This commit is contained in:
parent
b068ec36e1
commit
afee0f6b76
2 changed files with 21 additions and 12 deletions
|
@ -1,19 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/10/21 17:45:17 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CPAN-1.9800
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
DISTNAME= CPAN-2.00
|
||||
PKGNAME= p5-${DISTNAME}00
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDK/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/CPAN/
|
||||
HOMEPAGE= https://metacpan.org/release/CPAN
|
||||
COMMENT= Perl module to query, download and build perl modules from CPAN sites
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
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
|
||||
USE_LANGUAGES+= c
|
||||
MAKE_PARAMS+= verbose
|
||||
PERL5_PACKLIST= auto/CPAN/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/08/10 09:52:50 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/10/21 17:45:17 sno Exp $
|
||||
|
||||
SHA1 (CPAN-1.9800.tar.gz) = 888e6f6ee53cc4c0d739e7374ef1642a970eacfd
|
||||
RMD160 (CPAN-1.9800.tar.gz) = 0ec870f74e8144b6a03b775f9dd9416693d0ecca
|
||||
Size (CPAN-1.9800.tar.gz) = 739979 bytes
|
||||
SHA1 (CPAN-2.00.tar.gz) = 797fc819e7f4c7c10512e6234b7929f750a293bc
|
||||
RMD160 (CPAN-2.00.tar.gz) = a8b48520dd196aac619afb56585841623ccabcb8
|
||||
Size (CPAN-2.00.tar.gz) = 745694 bytes
|
||||
|
|
Loading…
Reference in a new issue