aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/Makefile
blob: e97512f94ed247bd588922495cca1230535de544 (plain) (blame)
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=	joneum@bsdproject.de
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>