1PORTNAME= python-memcached 2PORTVERSION= 1.62 3PORTREVISION= 1 4CATEGORIES= databases python 5MASTER_SITES= PYPI \ 6 https://github.com/linsomniac/python-memcached/releases/download/${PORTVERSION}/ 7PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 8 9MAINTAINER= ports@MidnightBSD.org 10COMMENT= Python API for memcached, a distributed memory cache daemon 11WWW= https://github.com/linsomniac/python-memcached 12 13LICENSE= python 14LICENSE_FILE= ${WRKSRC}/PSF.LICENSE 15 16BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ 17 ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} 18 19USES= python 20USE_PYTHON= autoplist concurrent pep517 21 22NO_ARCH= yes 23 24.include <bsd.port.mk> 25