# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery # Date created: 19 Dec 2007 # Whom: Martin Wilke # # $FreeBSD: ports/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile,v 1.1 2007/12/19 13:44:44 miwi Exp $ # PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PEAR::DB and an SQL query. BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB USE_PHP= mysql CATEGORY= Structures FILES= DataGrid/DataSource/DBQuery.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include