summaryrefslogtreecommitdiff
path: root/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
blob: 785b1b5119a06e9e7202d0e2dae147514d5aa1af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Structures_DataGrid_DataSource_CSV
PORTVERSION=	0.1.6
CATEGORIES=	databases www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	DataSource driver using CSV files
WWW=		https://pear.php.net/package/Structures_DataGrid_DataSource_CSV

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>