Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / pear-Structures_DataGrid_DataSource_PDO / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Structures_DataGrid_DataSource_PDO
5 PORTVERSION=    0.2.0
6 CATEGORIES=     databases www pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        DataSource driver using PHP Data Objects (PDO) and an SQL query
10
11 BUILD_DEPENDS=  ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
12 RUN_DEPENDS=    ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
13
14 USES=   pear
15
16 .include <bsd.port.mk>