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

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

RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
		${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>