1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 12:57:22 +00:00
parent 8578277d89
commit 17b1b50afb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314300

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Spreadsheet_Excel_Writer
# Date created: 16 March 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Spreadsheet_Excel_Writer
PORTVERSION= 0.9.2
@ -12,14 +8,10 @@ CATEGORIES= textproc www pear
MAINTAINER= pav@FreeBSD.org
COMMENT= PEAR class for writing Microsoft Excel files
BUILD_DEPENDS= ${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \
BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"