aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-couchbase
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-03-19 01:17:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-03-19 01:17:16 +0800
commit032a89639bb3ac0aaee7645e820120a75bc36a8b (patch)
tree0cd51b0b53c83f45589504570b94a6ff85b0147d /databases/pecl-couchbase
parent5ec76aa54579adb7fffec7d4e9c60c9eefb64f3d (diff)
downloadfreebsd-ports-gnome-032a89639bb3ac0aaee7645e820120a75bc36a8b.tar.gz
freebsd-ports-gnome-032a89639bb3ac0aaee7645e820120a75bc36a8b.tar.zst
freebsd-ports-gnome-032a89639bb3ac0aaee7645e820120a75bc36a8b.zip
Add pecl-couchbase 2.3.0
The PHP client library provides fast access to documents stored in a Couchbase Server. WWW: https://pecl.php.net/package/couchbase PR: 217645 Submitted by: John Chen <johnpupu@gmail.com>
Diffstat (limited to 'databases/pecl-couchbase')
-rw-r--r--databases/pecl-couchbase/Makefile23
-rw-r--r--databases/pecl-couchbase/distinfo3
-rw-r--r--databases/pecl-couchbase/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
new file mode 100644
index 000000000000..4d36b641ca7a
--- /dev/null
+++ b/databases/pecl-couchbase/Makefile
@@ -0,0 +1,23 @@
+# Created by: John Chen <johnpupu@gmail.com>
+# $FreeBSD$
+
+PORTNAME= couchbase
+PORTVERSION= 2.3.0
+CATEGORIES= databases
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+DIST_SUBDIR= PECL
+
+MAINTAINER= johnpupu@gmail.com
+COMMENT= Couchbase Server PHP extension
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= libcouchbase>=2.7.2:databases/libcouchbase
+LIB_DEPENDS= libcouchbase.so:databases/libcouchbase
+
+USE_PHP= json:build
+USES= php:ext tar:tgz
+
+.include <bsd.port.mk>
diff --git a/databases/pecl-couchbase/distinfo b/databases/pecl-couchbase/distinfo
new file mode 100644
index 000000000000..3f78f7f19e82
--- /dev/null
+++ b/databases/pecl-couchbase/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488985882
+SHA256 (PECL/couchbase-2.3.0.tgz) = 1b7d7fe32c648bff20918ed437eca848c9dc2432198a77051b46a7373e8bbc8b
+SIZE (PECL/couchbase-2.3.0.tgz) = 135849
diff --git a/databases/pecl-couchbase/pkg-descr b/databases/pecl-couchbase/pkg-descr
new file mode 100644
index 000000000000..2b5ef69318b6
--- /dev/null
+++ b/databases/pecl-couchbase/pkg-descr
@@ -0,0 +1,4 @@
+The PHP client library provides fast access to documents stored in
+a Couchbase Server.
+
+WWW: https://pecl.php.net/package/couchbase