opnsense-ports/databases/pear-MDB2_Driver_pgsql/Makefile
2022-09-07 22:33:21 +02:00

19 lines
414 B
Makefile

PORTNAME= MDB2_Driver_pgsql
DISTVERSION= 1.5.0b4
PORTREVISION= 2
CATEGORIES= databases www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR pgsql MDB2 driver
WWW= https://pear.php.net/package/MDB2_Driver_pgsql
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>