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