summaryrefslogtreecommitdiff
path: root/math/p5-Spreadsheet-Read/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-08-30 00:51:19 +0000
committerseb <seb@pkgsrc.org>2009-08-30 00:51:19 +0000
commitd474f0bfe7f0201f0d5114f21301a33418166af3 (patch)
tree2fb586bf73c74b1cbcea293f8d2214d8dd6b4bec /math/p5-Spreadsheet-Read/Makefile
parent84f9f7757dcad833ebf50b6178d1254684126eb1 (diff)
downloadpkgsrc-d474f0bfe7f0201f0d5114f21301a33418166af3.tar.gz
Update p5-Spreadsheet-Read from version 0.34 to version 0.35.
Pkgsrc changes: - Adjust/fix dependencies (according to META.yml and not the bundled Makefile.PL which seems out of sync!?) Upstream changes: 0.35 Wed 03 Jun 2009 - Add Test::NoWarnings, which is not run in AUTOMATED_TESTING - Switched to Test::More using tests_done () - Text::CSV_XS requires 0.43 or up, as we use ->eof () still prefer a really new release, like 0.65, which is Test::NoWarnings safe - Spreadsheet::XLSX 0.10 still does not support attributes - Added -n to xlscat - XLSX tests skip on feature, not on version
Diffstat (limited to 'math/p5-Spreadsheet-Read/Makefile')
-rw-r--r--math/p5-Spreadsheet-Read/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile
index 7fda30022fc..2b35dd814a1 100644
--- a/math/p5-Spreadsheet-Read/Makefile
+++ b/math/p5-Spreadsheet-Read/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 16:53:27 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/30 00:51:19 seb Exp $
#
-DISTNAME= Spreadsheet-Read-0.34
+DISTNAME= Spreadsheet-Read-0.35
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
@@ -20,10 +20,15 @@ MAKE_ENV+= AUTOMATED_TESTING=1
# This is useless but placate check-interpreter.mk
REPLACE_PERL+= Read.pm
-DEPENDS+= p5-Spreadsheet-ParseExcel>=0.26:../../math/p5-Spreadsheet-ParseExcel
+DEPENDS+= p5-Spreadsheet-ParseExcel>=0.49:../../math/p5-Spreadsheet-ParseExcel
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
-DEPENDS+= p5-Text-CSV_XS>=0.23:../../textproc/p5-Text-CSV_XS
-DEPENDS+= p5-Spreadsheet-XLSX-[0-9]*:../../math/p5-Spreadsheet-XLSX
+DEPENDS+= p5-Text-CSV_XS>=0.65:../../textproc/p5-Text-CSV_XS
+DEPENDS+= p5-Text-CSV>=1.12:../../textproc/p5-Text-CSV
+DEPENDS+= p5-Spreadsheet-XLSX>=0.10:../../math/p5-Spreadsheet-XLSX
+DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
+
+BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"