textproc/p5-Spreadsheet-Read: update to 0.81
This commit is contained in:
parent
ab16de3682
commit
be50366f99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510962
3 changed files with 10 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1546288132
|
||||
SHA256 (Spreadsheet-Read-0.80.tgz) = 3c39c94749385759b3323dffe6ecd51406db31e10bc3fb0d2a06f2659f5bc7fe
|
||||
SIZE (Spreadsheet-Read-0.80.tgz) = 183349
|
||||
TIMESTAMP = 1567527730
|
||||
SHA256 (Spreadsheet-Read-0.81.tgz) = 506162538bb276c8171a96041badb6c36edc8f8c60b23fc4af5a7ec4d5a1a806
|
||||
SIZE (Spreadsheet-Read-0.81.tgz) = 194447
|
||||
|
|
|
@ -3,6 +3,8 @@ bin/ssdiff
|
|||
bin/xls2csv
|
||||
bin/xlscat
|
||||
bin/xlsgrep
|
||||
bin/xlsx2csv
|
||||
%%PERL5_MAN1%%/xls2csv.1.gz
|
||||
%%PERL5_MAN1%%/xlsx2csv.1.gz
|
||||
%%PERL5_MAN3%%/Spreadsheet::Read.3.gz
|
||||
%%SITE_PERL%%/Spreadsheet/Read.pm
|
||||
|
|
Loading…
Reference in a new issue