opnsense-ports/databases/py-python-memcached/Makefile
2022-09-07 22:33:21 +02:00

20 lines
483 B
Makefile

PORTNAME= python-memcached
PORTVERSION= 1.59
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python API for memcached, a distributed memory cache daemon
WWW= https://github.com/linsomniac/python-memcached
LICENSE= PSFL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>