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