diff options
author | swills <swills@FreeBSD.org> | 2012-02-15 22:29:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-15 22:29:24 +0800 |
commit | c717abe2db6186f7bd3670e97304a862242519a1 (patch) | |
tree | d3db8aca71b1096608b5fc4400359f6352a9ee01 | |
parent | 6667f06f72eabb1b92903171ede194d314f622ae (diff) | |
download | freebsd-ports-gnome-c717abe2db6186f7bd3670e97304a862242519a1.tar.gz freebsd-ports-gnome-c717abe2db6186f7bd3670e97304a862242519a1.tar.zst freebsd-ports-gnome-c717abe2db6186f7bd3670e97304a862242519a1.zip |
- Update to 0.46
- Remove SITE_PERL from DEPENDS
- Move test only dependency to TEST_DEPENDS
-rw-r--r-- | textproc/p5-Spreadsheet-Read/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-Read/distinfo | 4 |
2 files changed, 10 insertions, 15 deletions
diff --git a/textproc/p5-Spreadsheet-Read/Makefile b/textproc/p5-Spreadsheet-Read/Makefile index cf7a46539677..34ffed843304 100644 --- a/textproc/p5-Spreadsheet-Read/Makefile +++ b/textproc/p5-Spreadsheet-Read/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-Read -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -16,18 +16,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= swills@FreeBSD.org COMMENT= Read the data from a spreadsheet -BUILD_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \ - ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ - ${SITE_PERL}/Spreadsheet/ReadSXC.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ - ${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel -RUN_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \ - ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ - ${SITE_PERL}/Spreadsheet/ReadSXC.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ - ${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel +BUILD_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-Text-CSV_XS>0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-Text-CSV>0:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-Spreadsheet-ReadSXC>0:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \ + p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings PERL_CONFIGURE= yes diff --git a/textproc/p5-Spreadsheet-Read/distinfo b/textproc/p5-Spreadsheet-Read/distinfo index 5a80087abb8f..eac323853618 100644 --- a/textproc/p5-Spreadsheet-Read/distinfo +++ b/textproc/p5-Spreadsheet-Read/distinfo @@ -1,2 +1,2 @@ -SHA256 (Spreadsheet-Read-0.45.tgz) = 76b814e11ed08fa51f9f850a75a66c5c633aa89fc601da26270b12d437608be0 -SIZE (Spreadsheet-Read-0.45.tgz) = 120056 +SHA256 (Spreadsheet-Read-0.46.tgz) = 50ef7e12b04dc9d16ace983ea92cbf4fb1e6086c7319759b341e53de43877003 +SIZE (Spreadsheet-Read-0.46.tgz) = 128739 |