91a1caa242
Hope to see you back! Thank for all the work!
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# Created by: Rong-En Fan <rafan@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MDB2_Driver_pgsql
|
|
DISTVERSION= 1.5.0b4
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR pgsql MDB2 driver
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
|
RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
|
|
|
USES= pear
|
|
USE_PHP= pgsql
|
|
|
|
.include <bsd.port.mk>
|