aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Spreadsheet-Read/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-09-03 16:29:49 +0000
committerSteve Wills <swills@FreeBSD.org>2019-09-03 16:29:49 +0000
commitbe50366f9932f41f94f89fb252bf799ba261b31a (patch)
tree84681b8ed5ef4d05b6ae4f4d6d57c1d10c6928ef /textproc/p5-Spreadsheet-Read/Makefile
parentab16de36821385fc433d0eb69a969ca212231548 (diff)
downloadports-be50366f9932f41f94f89fb252bf799ba261b31a.tar.gz
ports-be50366f9932f41f94f89fb252bf799ba261b31a.zip
textproc/p5-Spreadsheet-Read: update to 0.81
Notes
Notes: svn path=/head/; revision=510962
Diffstat (limited to 'textproc/p5-Spreadsheet-Read/Makefile')
-rw-r--r--textproc/p5-Spreadsheet-Read/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Spreadsheet-Read/Makefile b/textproc/p5-Spreadsheet-Read/Makefile
index cd9228945e6f..43c7cbfdd4b5 100644
--- a/textproc/p5-Spreadsheet-Read/Makefile
+++ b/textproc/p5-Spreadsheet-Read/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Spreadsheet-Read
-PORTVERSION= 0.80
+PORTVERSION= 0.81
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HMBRAND
@@ -14,14 +14,15 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Text-CSV_XS>=0.71:textproc/p5-Text-CSV_XS \
- p5-Text-CSV>=1.33:textproc/p5-Text-CSV \
+RUN_DEPENDS= p5-Spreadsheet-ParseExcel>=0.13:textproc/p5-Spreadsheet-ParseExcel \
p5-Spreadsheet-ReadSXC>=0.20:textproc/p5-Spreadsheet-ReadSXC \
- p5-Spreadsheet-ParseExcel>=0.13:textproc/p5-Spreadsheet-ParseExcel
+ p5-Text-CSV>=1.33:textproc/p5-Text-CSV \
+ p5-Text-CSV_XS>=0.71:textproc/p5-Text-CSV_XS
TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
USES= perl5 tar:tgz
USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>