2004-03-16 17:41:22 +01:00
|
|
|
# Ports collection makefile for: pear-Spreadsheet_Excel_Writer
|
|
|
|
# Date created: 16 March 2004
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Spreadsheet_Excel_Writer
|
2009-12-03 09:40:30 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2004-03-16 17:41:22 +01:00
|
|
|
CATEGORIES= textproc www pear
|
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= PEAR class for writing Microsoft Excel files
|
|
|
|
|
2004-03-22 10:07:43 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \
|
2005-12-09 20:24:52 +01:00
|
|
|
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-03-16 17:41:22 +01:00
|
|
|
|
2009-12-03 09:40:30 +01:00
|
|
|
FILES= Spreadsheet/Excel/Writer.php Spreadsheet/Excel/Writer/BIFFwriter.php \
|
|
|
|
Spreadsheet/Excel/Writer/Format.php Spreadsheet/Excel/Writer/Parser.php \
|
|
|
|
Spreadsheet/Excel/Writer/Validator.php Spreadsheet/Excel/Writer/Workbook.php \
|
|
|
|
Spreadsheet/Excel/Writer/Worksheet.php
|
2004-03-16 17:41:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-03-16 17:41:22 +01:00
|
|
|
.include <bsd.port.post.mk>
|