2011-08-12 18:11:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Spreadsheet-XLSX
|
2017-04-11 20:03:31 +02:00
|
|
|
PORTVERSION= 0.15
|
2011-08-12 18:11:39 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for reading MS Excel 2007 files
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Spreadsheet-ParseExcel>0:textproc/p5-Spreadsheet-ParseExcel \
|
2017-04-11 20:03:31 +02:00
|
|
|
p5-Archive-Zip>=1.18:archivers/p5-Archive-Zip
|
2011-08-12 18:11:39 +02:00
|
|
|
|
2013-09-11 08:49:58 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-08-12 18:11:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|