aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile
blob: 0a0163f00d817aefe0c2b0dc20c715ecfa3470b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$

PORTNAME=	Structures_DataGrid_Renderer_XUL
PORTVERSION=	0.1.3
CATEGORIES=	devel www pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	XUL Renderer for pear-Structures_DataGrid

RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>