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

PORTNAME=	Structures_DataGrid_Renderer_HTMLTable
PORTVERSION=	0.1.6
CATEGORIES=	devel www pear

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

RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
		${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table \
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager

USES=		pear

.include <bsd.port.mk>