aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/Makefile
blob: d766b24f70413b3f54d6e356897008b89b8e0a9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>