aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-Structures_DataGrid/Makefile
blob: 9a3359366bf0d5bda0d7993a65cb8fe5b13752ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Structures_DataGrid
PORTVERSION=	0.9.3
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Full-featured tabular structured data management package
WWW=		https://pear.php.net/package/Structures_DataGrid

LICENSE=	BSD3CLAUSE

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

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>