mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.59
Changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-ParseExcel-0.59/Changes
This commit is contained in:
parent
db18706044
commit
7089c676a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273090
2 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Spreadsheet-ParseExcel
|
||||
PORTVERSION= 0.58
|
||||
PORTVERSION= 0.59
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Get information from Excel file
|
||||
|
||||
BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
|
||||
p5-Crypt-RC4>=0:${PORTSDIR}/security/p5-Crypt-RC4 \
|
||||
p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -37,7 +39,6 @@ MAN3= Spreadsheet::ParseExcel.3 \
|
|||
Spreadsheet::ParseExcel::Worksheet.3
|
||||
|
||||
post-install:
|
||||
|
||||
.ifndef(NOPORTEXAMPLES)
|
||||
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
||||
@${MKDIR} ${EXAMPLESDIR}/Excel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Spreadsheet-ParseExcel-0.58.tar.gz) = 27ccdf19250440d7588f36bf3a35065d7771b0045def06c0ac6901f7dc1443c1
|
||||
SIZE (Spreadsheet-ParseExcel-0.58.tar.gz) = 169179
|
||||
SHA256 (Spreadsheet-ParseExcel-0.59.tar.gz) = bcb673937c4d53c22a943c957a4b2ceb711a6e7db4b448bdb3ae3b07c3feda58
|
||||
SIZE (Spreadsheet-ParseExcel-0.59.tar.gz) = 188131
|
||||
|
|
Loading…
Add table
Reference in a new issue