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 /math | |
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 'math')
-rw-r--r-- | math/p5-Spreadsheet-Read/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile index dbbb5135afb..32f15a1c6a5 100644 --- a/math/p5-Spreadsheet-Read/Makefile +++ b/math/p5-Spreadsheet-Read/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/12/09 14:17:49 obache Exp $ # DISTNAME= Spreadsheet-Read-0.45 @@ -29,7 +29,7 @@ DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS DEPENDS+= p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= p5-Test-Simple>=0.94:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |