diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /devel/p5-Test-MockObject | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'devel/p5-Test-MockObject')
-rw-r--r-- | devel/p5-Test-MockObject/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile index 838b4104c69..27fcd9bf4a3 100644 --- a/devel/p5-Test-MockObject/Makefile +++ b/devel/p5-Test-MockObject/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:49 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:46 obache Exp $ DISTNAME= Test-MockObject-1.20120301 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/ COMMENT= Tests remote URLs or local web files -DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI +DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple |