freebsd-ports/textproc/pear-Spreadsheet_Excel_Writer/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

18 lines
376 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:devel/pear-OLE
RUN_DEPENDS= ${PEARDIR}/OLE.php:devel/pear-OLE
USES= pear
.include <bsd.port.mk>