Tue Mar 17 14:00:03 2015 UTC ()
Enable one BUILD_DEPENDS, to let 'make test' pass.


(mef)
diff -r1.44 -r1.45 pkgsrc/devel/p5-Module-Build/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/devel/p5-Module-Build/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build/Makefile 2015/03/17 01:08:56 1.44
+++ pkgsrc/devel/p5-Module-Build/Makefile 2015/03/17 14:00:03 1.45
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.44 2015/03/17 01:08:56 mef Exp $ 1# $NetBSD: Makefile,v 1.45 2015/03/17 14:00:03 mef Exp $
2 2
3DISTNAME= Module-Build-0.4211 3DISTNAME= Module-Build-0.4211
4PKGNAME= p5-${DISTNAME}0 4PKGNAME= p5-${DISTNAME}0
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Module-Build 9HOMEPAGE= https://metacpan.org/release/Module-Build
10COMMENT= Build and install Perl modules 10COMMENT= Build and install Perl modules
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13#DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder 13#DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
14#DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS 14#DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
15# needed for tests 15# needed for tests
16#DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta 16BUILD_DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
17# one test not skipped if, 17# one test not skipped if,
 18# (but getting cyclic dependency if enabled as BUILD_DEPENDS)
18#DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist 19#DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist
19 20
20.include "options.mk" 21.include "options.mk"
21 22
22USE_LANGUAGES= c # For the tests 23USE_LANGUAGES= c # For the tests
23#BUILDING_MODULE_BUILD= yes 24#BUILDING_MODULE_BUILD= yes
24PERL5_MODULE_TYPE= Module::Build 25PERL5_MODULE_TYPE= Module::Build
25PERL5_PACKLIST= auto/Module/Build/.packlist 26PERL5_PACKLIST= auto/Module/Build/.packlist
26# For the tests: 27# For the tests:
27USE_TOOLS+= perl 28USE_TOOLS+= perl
28 29
29PERL5_PACKLIST= auto/Module/Build/.packlist 30PERL5_PACKLIST= auto/Module/Build/.packlist
30 31