blob: c4edb843c9601c4dc8ceefff6020404116a8b3b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= Spreadsheet-ReadGnumeric
PORTVERSION= 0.4
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read a Gnumeric file, return Spreadsheet::Read
WWW= https://metacpan.org/dist/Spreadsheet-ReadGnumeric
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PerlIO-gzip>=0.20:archivers/p5-PerlIO-gzip \
p5-XML-Parser-Lite>=0.722:textproc/p5-XML-Parser-Lite
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|