blob: 7512863dccea8ead656908a70a03132592fe088f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Spreadsheet-ReadSXC
PORTVERSION= 0.33
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORION
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extract OpenOffice 1.x spreadsheet data
BUILD_DEPENDS= p5-Archive-Zip>=1.34:archivers/p5-Archive-Zip \
p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS= p5-Archive-Zip>=1.34:archivers/p5-Archive-Zip \
p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|