af1c409f97
- Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Spreadsheet-ReadSXC
23 lines
473 B
Makefile
23 lines
473 B
Makefile
PORTNAME= Spreadsheet-ReadSXC
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CORION
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extract OpenOffice 1.x spreadsheet data
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Archive-Zip>=1.34:archivers/p5-Archive-Zip \
|
|
p5-XML-Parser>=0:textproc/p5-XML-Parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|