aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid/Makefile
blob: c5b853dc0754c6df7a988ff564ef8b7f7b3138f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Nick Hilliard <nick@foobar.org>

PORTNAME=	Structures_DataGrid
PORTVERSION=	0.9.3
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Full-featured tabular structured data management package

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_Table>=0:devel/pear-Console_Table@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>