diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-30 23:42:54 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-30 23:42:54 +0000 |
commit | c99cfa25d13c9985e37f5c930985d9c709198b0c (patch) | |
tree | d66c0ed04eab4cf96bc974cc3684fb725800ccc3 /textproc | |
parent | a978e6547cf7eab977692e6f3c49d56a87f5d3e0 (diff) | |
download | FreeBSD-ports-c99cfa25d13c9985e37f5c930985d9c709198b0c.zip FreeBSD-ports-c99cfa25d13c9985e37f5c930985d9c709198b0c.tar.gz |
Update port: p5-Spreadsheet-ParseExcel to version 0.21
PR: 26949
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/pkg-plist | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile index 6d2a11c..2860cb6 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/Makefile +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-ParseExcel -PORTVERSION= 0.09 +PORTVERSION= 0.21 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet @@ -14,9 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -MAN3= Spreadsheet::ParseExcel.3 +MAN3= Spreadsheet::ParseExcel.3 \ + Spreadsheet::ParseExcel::Utility.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Spreadsheet-ParseExcel/distinfo b/textproc/p5-Spreadsheet-ParseExcel/distinfo index e6c75f3..eafdd2a 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/distinfo +++ b/textproc/p5-Spreadsheet-ParseExcel/distinfo @@ -1 +1 @@ -MD5 (Spreadsheet-ParseExcel-0.09.tar.gz) = cb4aec3850d5f4b91a73f67af0870d9c +MD5 (Spreadsheet-ParseExcel-0.21.tar.gz) = f812030cf18feb01db533943413d7ab5 diff --git a/textproc/p5-Spreadsheet-ParseExcel/pkg-comment b/textproc/p5-Spreadsheet-ParseExcel/pkg-comment index a529a50..ea547b8 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/pkg-comment +++ b/textproc/p5-Spreadsheet-ParseExcel/pkg-comment @@ -1 +1 @@ -Get information from Excel file. +Get information from Excel file diff --git a/textproc/p5-Spreadsheet-ParseExcel/pkg-plist b/textproc/p5-Spreadsheet-ParseExcel/pkg-plist index b8720e1..7d7a8ec 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/pkg-plist +++ b/textproc/p5-Spreadsheet-ParseExcel/pkg-plist @@ -1,8 +1,11 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/ParseExcel/.packlist lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/Dump.pm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtDefault.pm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtJapan.pm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtJapan2.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtUnicode.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/Utility.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/ParseExcel @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet 2>/dev/null || true |