aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid_Renderer_HTMLTable/Makefile
blob: 3bc40e3fabdd548d508940c84a4993867a68b8a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:	pear-Structures_DataGrid_Renderer_HTMLTable
# Date created:				26 Jun 2008
# Whom:					Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#

PORTNAME=	Structures_DataGrid_Renderer_HTMLTable
PORTVERSION=	0.1.5
CATEGORIES=	devel www pear

MAINTAINER=	nick@foobar.org
COMMENT=	HTML_Table Renderer for pear-Structures_DataGrid

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

CATEGORY=	Structures
FILES=		DataGrid/Renderer/HTMLTable.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>