pkgsrc/devel/p5-Module-CoreList/Makefile
sno 1b7e8d1218 Updating CPAN distribution Module-CoreList in devel/p5-Module-CoreList from
2.96 to 3.00.

pkgsrc changes:
- updating URI's & co

Upstream changes:
3.00
  - Updated for v5.19.5
  - exported %delta
  - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
    rather than the tree with multiple branches.

2.99 Fri Sep 20 2013
  - Updated for v5.19.4
  - fixed Module::Build core deprecation
  - changes_between now has the same API as all other functions
  - added is_core() which returns true if a module is/was core
    in a specific version of Perl. Can optionally specify minimum
    version of the module.

2.98 Wed Aug 21 2013
  - Prepared for v5.19.4

2.97 Tue Aug 20 2013
  - Updated for v5.19.3
2013-10-21 17:56:39 +00:00

19 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.44 2013/10/21 17:56:39 sno Exp $
#
DISTNAME= Module-CoreList-3.00
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mcl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"