freebsd-ports/textproc/pear-Spreadsheet_Excel_Writer/Makefile
2017-06-04 17:56:01 +00:00

19 lines
389 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
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
RUN_DEPENDS= ${PEARDIR}/OLE.php:devel/pear-OLE
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>