1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update port: p5-Spreadsheet-ParseExcel to version 0.21

PR:		26949
Submitted by:	    maintainer
This commit is contained in:
Michael Haro 2001-04-30 23:42:54 +00:00
parent 8e5349b086
commit 94f36cfff1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42104
4 changed files with 11 additions and 4 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (Spreadsheet-ParseExcel-0.09.tar.gz) = cb4aec3850d5f4b91a73f67af0870d9c
MD5 (Spreadsheet-ParseExcel-0.21.tar.gz) = f812030cf18feb01db533943413d7ab5

View File

@ -1 +1 @@
Get information from Excel file.
Get information from Excel file

View File

@ -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