freebsd-ports/databases/pear-MDB2_Driver_pgsql/Makefile
2021-05-23 00:20:48 +08:00

20 lines
408 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
PORTNAME= MDB2_Driver_pgsql
DISTVERSION= 1.5.0b4
PORTREVISION= 2
CATEGORIES= databases www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR pgsql MDB2 driver
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear php
USE_PHP= pgsql
.include <bsd.port.mk>