Prune net-p2p/twister
[dports.git] / databases / pear-Structures_DataGrid_DataSource_Array / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Structures_DataGrid_DataSource_Array
5 PORTVERSION=    0.1.4
6 CATEGORIES=     databases www pear
7
8 MAINTAINER=     joneum@FreeBSD.org
9 COMMENT=        DataSource driver using arrays
10
11 BUILD_DEPENDS=  ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid
12 RUN_DEPENDS=    ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid
13
14 USES=           pear
15
16 .include <bsd.port.mk>