# New ports collection makefile for:	Structures_DataGrid_DataSource_PDO
# Date created:				21 Dec 2007
# Whom:					Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD: ports/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile,v 1.1 2007/12/21 17:38:44 miwi Exp $
#

PORTNAME=	Structures_DataGrid_DataSource_PDO
PORTVERSION=	0.1.0
CATEGORIES=	databases www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	DataSource driver using PHP Data Objects (PDO) and an SQL query

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

CATEGORY=	Structures

FILES=		DataGrid/DataSource/PDO.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
