diff options
author | mef <mef@pkgsrc.org> | 2015-03-17 12:40:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-17 12:40:02 +0000 |
commit | cb07c861bd7b357d26b41b37d7d3338d7c13cfd6 (patch) | |
tree | f9706638ff165f7b40e6b54ace128c84c87881ca | |
parent | 81d01ccce2aad6af36244ab82019d94ff026012d (diff) | |
download | pkgsrc-cb07c861bd7b357d26b41b37d7d3338d7c13cfd6.tar.gz |
Add BUILD_DEPENDS+= for make test.
-rw-r--r-- | devel/p5-Data-Section/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Import-Into/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Net-HTTP/Makefile | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile index a66e7ce1251..99e0f3885ac 100644 --- a/devel/p5-Data-Section/Makefile +++ b/devel/p5-Data-Section/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/01/29 01:17:20 mef Exp $ +# $NetBSD: Makefile,v 1.15 2015/03/17 12:48:25 mef Exp $ DISTNAME= Data-Section-0.200006 PKGNAME= p5-Data-Section-0.200.006 @@ -13,6 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings PERL5_PACKLIST= auto/Data/Section/.packlist diff --git a/devel/p5-Import-Into/Makefile b/devel/p5-Import-Into/Makefile index 53ea297ee14..a0229c46109 100644 --- a/devel/p5-Import-Into/Makefile +++ b/devel/p5-Import-Into/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/10/09 14:06:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/03/17 12:40:02 mef Exp $ # DISTNAME= Import-Into-1.002004 @@ -11,6 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Import-Into/ COMMENT= Perl5 module to import packages into other packages LICENSE= ${PERL5_LICENSE} +# Add for 'make test', as a interim solution +BUILD_DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime + PERL5_PACKLIST= auto/Import/Into/.packlist .include "../../lang/perl5/module.mk" diff --git a/www/p5-Net-HTTP/Makefile b/www/p5-Net-HTTP/Makefile index 349c58848ca..8d7a519035a 100644 --- a/www/p5-Net-HTTP/Makefile +++ b/www/p5-Net-HTTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/03/17 06:21:04 mef Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/17 12:41:33 mef Exp $ DISTNAME= Net-HTTP-6.07 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Perl 5 module for low-level HTTP connections (client) LICENSE= ${PERL5_LICENSE} #necessary for test -# DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI CONFLICTS+= p5-libwww<6.00 |