freebsd-ports/databases/pear-MDB2_Driver_pgsql/Makefile
Baptiste Daroussin 427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00

17 lines
386 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= MDB2_Driver_pgsql
DISTVERSION= 1.5.0b4
CATEGORIES= databases www pear
MAINTAINER= miwi@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>