blob: 0d8e7d5828ddda719d3c9f1703f8583888bdb408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
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>
|