20 lines
368 B
Makefile
20 lines
368 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:databases/pear-MDB2
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
USE_PHP= pgsql
|
|
|
|
.include <bsd.port.mk>
|