blob: b54b41a9d9b759d68e9289d867d3f94da38de6d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= Spreadsheet-ParseXLSX
PORTVERSION= 0.27
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for parsing XLSX files
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CryptX>=0:security/p5-CryptX \
p5-XML-Twig>=0:textproc/p5-XML-Twig \
p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-Spreadsheet-ParseExcel>=0:textproc/p5-Spreadsheet-ParseExcel \
p5-Graphics-ColorUtils>=0:graphics/p5-Graphics-ColorUtils
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|