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

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

RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
		${LOCALBASE}/share/smarty/Smarty.class.php:www/smarty2@${PHP_FLAVOR} \
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>