diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-15 14:29:24 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-15 14:29:24 +0000 |
commit | 3a2667fb3f690ad2a96a037e095e22eeee6d2132 (patch) | |
tree | 59bc3619795aa7cfde373df7cd28f752706a365f /textproc/p5-Spreadsheet-Read | |
parent | 69a6fafc9e520f346c4d8d9633a0be95a76641df (diff) |
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-Read')
-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 |