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
|
2011-09-18 21:30:32 +02:00
|
|
|
PORTVERSION= 0.45
|
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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
|
|
|
|
${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \
|
|
|
|
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
|
|
|
${SITE_PERL}/Spreadsheet/ReadSXC.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \
|
|
|
|
${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
|
|
|
|
${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \
|
|
|
|
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
|
|
|
${SITE_PERL}/Spreadsheet/ReadSXC.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ReadSXC \
|
|
|
|
${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Spreadsheet::Read.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|