summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-12 18:56:06 +0000
committerwiz <wiz@pkgsrc.org>2015-07-12 18:56:06 +0000
commite3691e1ff29866f244016d7915f143710367a946 (patch)
treee627a638f10e8eb4f65a201079f6391431c359a8 /math
parent9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff)
downloadpkgsrc-e3691e1ff29866f244016d7915f143710367a946.tar.gz
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
Diffstat (limited to 'math')
-rw-r--r--math/p5-Spreadsheet-Read/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile
index 15325991f92..06b34e7b1f8 100644
--- a/math/p5-Spreadsheet-Read/Makefile
+++ b/math/p5-Spreadsheet-Read/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:31 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/07/12 18:56:25 wiz Exp $
#
DISTNAME= Spreadsheet-Read-0.54
@@ -20,7 +20,7 @@ MAKE_ENV+= AUTOMATED_TESTING=1
# This is useless but placate check-interpreter.mk
REPLACE_PERL+= Read.pm
-DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
+#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
@@ -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+= {perl>=5.11.1,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"