opnsense-ports/databases/pear-MDB2_Driver_pgsql/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

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>