aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid_Renderer_HTMLTable/Makefile
blob: 3e1cee80fab955a74b6836c9ebd68e21b7804234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Structures_DataGrid_Renderer_HTMLTable
PORTVERSION=	0.1.6
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HTML_Table Renderer for pear-Structures_DataGrid
WWW=		https://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable

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

USES=		pear

.include <bsd.port.mk>