aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:14:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:14:54 +0000
commit54060ce2bef8332c2f6a8a4ddd309dfb07b9ee53 (patch)
tree9f759f732a882193ba5f189ca56fe241c0fbf6cc
parent8ebb82fbdc6b3d78869769dc908618d78b1d80ff (diff)
downloadports-54060ce2bef8332c2f6a8a4ddd309dfb07b9ee53.tar.gz
ports-54060ce2bef8332c2f6a8a4ddd309dfb07b9ee53.zip
databases/pecl-couchbase: Take maintainership
-rw-r--r--databases/pecl-couchbase/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
index dc6879099ee6..2a4d50f0375a 100644
--- a/databases/pecl-couchbase/Makefile
+++ b/databases/pecl-couchbase/Makefile
@@ -4,7 +4,7 @@ PORTNAME= couchbase
DISTVERSION= 2.6.2
CATEGORIES= databases
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Couchbase Server PHP extension
LICENSE= APACHE20
@@ -15,6 +15,7 @@ LIB_DEPENDS= libcouchbase.so:databases/libcouchbase
USES= php:pecl
USE_PHP= json:build
-IGNORE_WITH_PHP= 80
+
+IGNORE_WITH_PHP=80
.include <bsd.port.mk>