aboutsummaryrefslogblamecommitdiff
path: root/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
blob: 855ee34b4c4d3f1c52cea714f0aec738e6474a3b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           




                                                      
                                
                                                      
 

                           
                          
 



                                                                                                 
 
                        
                      
                   
 
                      
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Structures_DataGrid_DataSource_DBTable
PORTVERSION=	0.1.7
CATEGORIES=	databases www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	DataSource driver using PEAR::DB_Table

BROKEN=		unfetchable

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}

USES=		pear php
USE_PHP=	mysqli
NO_ARCH=	yes

.include <bsd.port.mk>