summaryrefslogtreecommitdiff
path: root/devel/py-cachy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cachy/Makefile')
-rw-r--r--devel/py-cachy/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-cachy/Makefile b/devel/py-cachy/Makefile
index dcae271adc2a..f041071e9291 100644
--- a/devel/py-cachy/Makefile
+++ b/devel/py-cachy/Makefile
@@ -20,13 +20,11 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= MEMCACHED MSGPACK REDIS
+OPTIONS_DEFINE= MEMCACHED MSGPACK
MEMCACHED_DESC= Memcached support
MSGPACK_DESC= MessagePack support
-REDIS_DESC= Redis support
MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=1.59<2.0:databases/py-python-memcached@${PY_FLAVOR}
MSGPACK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5:devel/py-msgpack@${PY_FLAVOR}
-REDIS3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis3>=3.3.6<4.0.0:databases/py-redis3@${PY_FLAVOR}
.include <bsd.port.mk>