2013-08-02 20:52:07 +02:00
|
|
|
# Created by: chinsan <chinsan.tw@gmail.com>
|
2006-07-19 09:17:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-SAXDriver-Excel
|
|
|
|
PORTVERSION= 0.06
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-07-19 09:17:54 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-19 09:17:54 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-19 09:17:54 +02:00
|
|
|
COMMENT= Perl SAX driver for converting Excel files to XML
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Spreadsheet-ParseExcel>=0.2603:textproc/p5-Spreadsheet-ParseExcel \
|
2016-04-01 16:25:16 +02:00
|
|
|
p5-XML-SAX>=0.14:textproc/p5-XML-SAX
|
2006-07-19 09:17:54 +02:00
|
|
|
|
2013-11-18 17:45:09 +01:00
|
|
|
USES= perl5 dos2unix
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2006-07-19 09:17:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|