aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
blob: 07726cfaedb384723108b2b503c678102ea8c5c0 (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_Pager
PORTVERSION=	0.1.3
CATEGORIES=	www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Pager Renderer for pear-Structures_DataGrid

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

USES=		pear

.include <bsd.port.mk>