2010-04-02 18:24:25 +02:00
|
|
|
# New ports collection makefile for: p5-Spreadsheet-Read
|
|
|
|
# Date created: 2010-03-08
|
|
|
|
# Whom: Steve Wills <steve@mouf.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Spreadsheet-Read
|
2012-02-15 15:29:24 +01:00
|
|
|
PORTVERSION= 0.46
|
2010-04-02 18:24:25 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-05 03:53:55 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:HMBRAND
|
2010-04-02 18:24:25 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-09-05 06:50:35 +02:00
|
|
|
MAINTAINER= swills@FreeBSD.org
|
2010-04-02 18:24:25 +02:00
|
|
|
COMMENT= Read the data from a spreadsheet
|
|
|
|
|
2012-02-15 15:29:24 +01:00
|
|
|
BUILD_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
p5-Text-CSV_XS>0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
|
|
|
|
p5-Text-CSV>0:${PORTSDIR}/textproc/p5-Text-CSV \
|
|
|
|
p5-Spreadsheet-ReadSXC>0:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \
|
|
|
|
p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
2010-04-02 18:24:25 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Spreadsheet::Read.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|