summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-07 15:41:30 +0000
committertaca <taca@pkgsrc.org>2021-03-07 15:41:30 +0000
commit44a7319e0c131fda37f5cc19f7faa7c58f2ea631 (patch)
treeba902389fc10f21bcbf0ec7e6ff488c62c0c8169 /devel
parent6c65cc3cf2f68da2726c5901d7a6146c0f00bcd6 (diff)
downloadpkgsrc-44a7319e0c131fda37f5cc19f7faa7c58f2ea631.tar.gz
devel/php-memcache: update to 8.0
Update php-memcache to 8.0. This is now for php80. 8.0.0 (2020-12-06) - Version 8.x support PHP 8.x - Version 4.x supports PHP 7.0-7.4. - Version 4.x is considered to be stable for production usage. - Support for PHP 5.x has been removed, please use memcache extension ver. 3.x - Special thanks to Frantisek Drojak - thesource93 (github) and Zaffy (github) for making this happen
Diffstat (limited to 'devel')
-rw-r--r--devel/php-memcache/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/php-memcache/Makefile b/devel/php-memcache/Makefile
index 80ea1e9efd8..2f33fc72f86 100644
--- a/devel/php-memcache/Makefile
+++ b/devel/php-memcache/Makefile
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.14 2016/09/11 17:03:25 taca Exp $
+# $NetBSD: Makefile,v 1.15 2021/03/07 15:41:30 taca Exp $
#
MODNAME= memcache
-PECL_VERSION= 2.2.7
+PECL_VERSION= 8.0
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES+= devel
+
COMMENT= PHP extension for memcached
+LICENSE= php
CONFLICTS= php-memcache-[0-9]*
-PHP_VERSIONS_ACCEPTED= 56
+PHP_VERSIONS_ACCEPTED= 80
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib}