freebsd-ports/textproc/p5-Spreadsheet-Read/Makefile

38 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Spreadsheet-Read
# Date created: 2010-03-08
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Spreadsheet-Read
PORTVERSION= 0.43a
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HMBRAND
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= swills@FreeBSD.org
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
WRKSRC= ${WRKDIR}/${PORTNAME}-0.43
MAN3= Spreadsheet::Read.3
.include <bsd.port.mk>