devel/p5-Module-CoreList from 2.73nb1 to 2.92. Upstream changes since 2.73: 2.92 Thu Jun 21 2013 - Make switches case-sensitive (keep -d and -D distinct) - correct omission of Text::Soundex and File::CheckTree from deprecations - switch %deprecated to a delta hash - Added Utils module 2.91 Mon May 20 2013 - Updated for v5.19.0 2.90 Mon May 18 2013 - Updated for v5.18.0 2.88 Tue Apr 23 2013 - Include deprecations for v5.17.10 and v5.17.11 2.87 Sat Apr 20 2013 - Updated for v5.17.11 2.85 Thu Mar 19 2013 - Updated for v5.17.10 2.84 Mon Mar 11 2013 - Updated for v5.16.3 2.83 Sun Mar 10 2013 - Updated for v5.14.4 2.82 Wed Feb 20 2013 - --feature switch added - --upstream switch added - Updated for v5.17.9 2.81 Sun Jan 27 2013 - Add modules deprecated with v5.17.9 2.80 Sun Jan 20 2013 - Updated for v5.17.8 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78 2.79 Tue Dec 18 2012 - Updated for v5.17.7 - Errno was added in 5.5, not in 5.5.4 2.78 Sat Nov 12 2012 - Updated for v5.17.6 - Fix hash order dependency bug in deprecated_in(). Tests would would fail or succeed depending on what order keys() would return the version list in. List::Utils::min() considers '5.011' and '5.011000' to be equivalent, and returns the first whichever it encounters. Changing to List::Utils::minstr() fixes this. 2.77 Sat Nov 10 2012 - Updated for v5.12.5 - deprecated_in() function added - corelist reports deprecated data 2.76 Fri Nov 1 2012 - Updated for v5.16.2 2.75 Fri Oct 20 2012 - Updated for v5.17.5 2.74 Fri Oct 12 2012 - Updated for v5.14.3
19 lines
533 B
Makefile
19 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.42 2013/07/03 13:09:35 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Module-CoreList-2.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mcl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-CoreList/
|
|
COMMENT= Perl 5 module inventorying modules shipped with core Perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/CoreList/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|