444eb4efa4
----------------------- 1.4417 2015-06-09 16:19:41-06:00 America/Denver - No changes from 1.4416 1.4416 2015-05-19 11:11:47-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Minimum Perl was inadvertently set to v5.10.0. Now back to v5.8.1. 1.4415 2015-04-28 11:29:52-04:00 America/New_York (TRIAL RELEASE) [TESTS] - Outputs the version of backends used [META] - Updated repo metadata and boilerplate files - Pointed issue tracker to the Perl-Toolchain-Gang Github repo
25 lines
924 B
Makefile
25 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/09/06 03:36:16 mef Exp $
|
|
|
|
DISTNAME= Parse-CPAN-Meta-1.4417
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Meta/
|
|
COMMENT= Perl5 module to parse META.yml and other similar CPAN metadata files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.6.0,p5-PathTools>=0.80}:../../devel/p5-PathTools
|
|
|
|
#DEPENDS+= {perl>=5.16.0,p5-JSON-PP>=2.27200}:../../converters/p5-JSON-PP
|
|
#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML
|
|
|
|
#BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
#BUILD_DEPENDS+= {perl>=5.8.8,p5-ExtUtils-MakeMaker>=6.30}:../../devel/p5-ExtUtils-MakeMaker
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Parse/CPAN/Meta/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|