aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-couchbase/Makefile
blob: 13b5089ccd001c083190ca629be567748577b2a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	couchbase
DISTVERSION=	2.6.2
CATEGORIES=	databases

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Couchbase Server PHP extension

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

# Remove these once you have updated this to a version 3.0.5 or later
DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28

BUILD_DEPENDS=	libcouchbase>=2.10.7:databases/libcouchbase
LIB_DEPENDS=	libcouchbase.so:databases/libcouchbase

USES=		php:pecl
USE_PHP=	json:build

IGNORE_WITH_PHP=80 81 82

.include <bsd.port.mk>