29 lines
807 B
Makefile
29 lines
807 B
Makefile
# New ports collection makefile for: Spreadsheet::WriteExcel::FromXML
|
|
# Date created: 7 May 2004
|
|
# Whom: Bill Swingle <unfurl@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Spreadsheet-WriteExcel-FromXML
|
|
PORTVERSION= 1.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Create an Excel Spreadsheet from XML
|
|
|
|
BUILD_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
|
|
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Spreadsheet::WriteExcel::FromXML::Workbook.3 \
|
|
Spreadsheet::WriteExcel::FromXML::Worksheet.3 \
|
|
Spreadsheet::WriteExcel::FromXML.3
|
|
|
|
.include <bsd.port.mk>
|