pkgsrc/devel/p5-CPAN-Meta/Makefile
sno a3c851aa8a Updating package for Perl 5 module CPAN::Meta in devel/p5-CPAN-Meta from
2.120630 to 2.120921.

pkgsrc changes:
- adjust dependencies
- import split out CPAN::Meta::Requirements into
  devel/p5-CPAN-Meta-Requirements

Upstream changes:
2.120921  2012-04-01 15:20:24 Europe/Paris

  [REMOVED]

  - CPAN::Meta::Requirements has been split out into its own distribution
    so it can be used by CPAN.pm without requiring all of CPAN::Meta

2.120920  2012-04-01 11:30:43 Europe/Paris

  [ADDED]

  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
    to retrieve a version requirements string for a specific module
    [Leon Timmermans]

  [OTHER]

  - Parse::CPAN::Meta prerequisite bumped to 1.4403
  - JSON::PP prerequisites bumped to 2.27200
  - CPAN::Meta::YAML prerequisite bumped to 0.008

2.120900  2012-03-30 13:15:15 Europe/Paris

  [BUGFIX]

  - CPAN::Meta::Requirements now treats undef requirements given to
    from_string_hash() as '0' and warns about it; add_string_requirements()
    dies if it does not get a requirements string to parse
2012-07-05 16:40:18 +00:00

24 lines
876 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/07/05 16:40:18 sno Exp $
DISTNAME= CPAN-Meta-2.120921
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta/
COMMENT= Perl module for handling the distribution metadata for a CPAN dist
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
# this is the meta data backend which used YAML/JSON to read ...
DEPENDS+= p5-CPAN-Meta-Requirements>=2.121:../../devel/p5-CPAN-Meta-Requirements
DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML
DEPENDS+= p5-Parse-CPAN-Meta>=1.4403:../../devel/p5-Parse-CPAN-Meta
DEPENDS+= {perl>=5.14.0,p5-version>=0.88}:../../devel/p5-version
PERL5_PACKLIST= auto/CPAN/Meta/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"