1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
2012-04-10 15:28:06 +00:00

23 lines
748 B
Makefile

# New ports collection makefile for: Structures_DataGrid_DataSource_PDO
# Date created: 21 Dec 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid_DataSource_PDO
PORTVERSION= 0.2.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
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>