ports/textproc/pear-Spreadsheet_Excel_Writer/Makefile
2021-04-06 16:31:07 +02:00

18 lines
405 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
PORTNAME= Spreadsheet_Excel_Writer
PORTVERSION= 0.9.4
CATEGORIES= textproc www pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= PEAR class for writing Microsoft Excel files
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/OLE.php:devel/pear-OLE@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/OLE.php:devel/pear-OLE@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>