mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
18 lines
405 B
Makefile
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>
|