summaryrefslogtreecommitdiff
path: root/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile
blob: 8de55e68bf3e8e66721f0be32ff406c5ac36fb3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Structures_DataGrid_Renderer_XML
PORTVERSION=	0.1.3
CATEGORIES=	textproc databases www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Renderer driver that generates a XML string

BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util

USES=	pear

.include <bsd.port.mk>