aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Spreadsheet_Excel_Writer/Makefile
blob: 6c73b48ad1af014845162d01321d414a132d6420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>