freebsd-ports/databases/pear-MDB2_Driver_pgsql/Makefile
Sunpoet Po-Chuan Hsieh 8a28b225fe - Add LICENSE
- Add NO_ARCH
- Update WWW
2015-10-17 18:10:49 +00:00

20 lines
380 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
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= pear-MDB2>=0:${PORTSDIR}/databases/pear-MDB2
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
USE_PHP= pgsql
.include <bsd.port.mk>