Tweak deskutils/bijiben version 3.14.2
[dports.git] / databases / pear-Structures_DataGrid_DataSource_DBTable / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Structures_DataGrid_DataSource_DBTable
5 PORTVERSION=    0.1.7
6 CATEGORIES=     databases www pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        DataSource driver using PEAR::DB_Table
10
11 BUILD_DEPENDS=  ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
12                 ${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table
13 RUN_DEPENDS=    ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
14                 ${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table
15
16 USES=   pear
17 USE_PHP=        mysql
18
19 .include <bsd.port.mk>