mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
6d2e8f9aeb
Approved by: bapt
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Spreadsheet_Excel_Writer
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= textproc www pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= PEAR class for writing Microsoft Excel files
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE
|
|
RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|