aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/Makefile8
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/distinfo2
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/pkg-comment2
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/pkg-plist3
4 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile
index 6d2a11c5f320..2860cb62384b 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 e6c75f303603..eafdd2addd0a 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 a529a508ac46..ea547b8881a6 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 b8720e1fb689..7d7a8ec5cc17 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