pkgsrc/devel/p5-CPAN-Meta/Makefile
mef 0df97f4f41 Update 2.150001 to 2.150005
---------------------------
2.150005  2015-06-09 19:08:44-06:00 America/Denver
  [TESTING]
  - Changed some test data from UTF-8 to ASCII

2.150004  2015-05-19 11:25:53-04:00 America/New_York (TRIAL RELEASE)
  [DOCUMENTED]
  - Noted explicitly that historical META spec files are licensed under
      the same terms as Perl

  [TESTING]
  - Added test for 'x_deprecated' field in "provides"

  [META]
  - declared extra developer prereq

2.150003  2015-04-21 19:41:15-04:00 America/New_York (TRIAL RELEASE)
  [CHANGED]
  - Serialized CPAN::Meta objects now include a x_serialization_backend
      entry

2.150002  2015-04-19 01:00:10+02:00 Europe/Berlin (TRIAL RELEASE)
  [CHANGED]
  - Metadata merging now does deep hash merging as long as keys
      don't conflict
2015-07-25 07:17:12 +00:00

23 lines
946 B
Makefile

# $NetBSD: Makefile,v 1.20 2015/07/25 07:17:12 mef Exp $
DISTNAME= CPAN-Meta-2.150005
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}
# this is the meta data backend which used YAML/JSON to read ...
#DEPENDS+= {perl>=5.17.1,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+= {perl>=5.17.1,p5-Parse-CPAN-Meta>=1.4403}:../../devel/p5-Parse-CPAN-Meta
#DEPENDS+= {perl>=5.14.0,p5-version>=0.88}:../../devel/p5-version
DEPENDS+= p5-Scalar-List-Utils>=1.33:../../devel/p5-Scalar-List-Utils
PERL5_PACKLIST= auto/CPAN/Meta/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"