blob: f47dacdcd78d6a32162b39db12e9188d922276be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Spreadsheet_Excel_Writer
PORTVERSION= 0.9.4
CATEGORIES= textproc www pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= PEAR class for writing Microsoft Excel files
WWW= https://pear.php.net/package/Spreadsheet_Excel_Writer
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>
|