opnsense-ports/databases/py-python-memcached/Makefile
Franco Fichtner f940e83811 */*: sync with upstream
Taken from: HardenedBSD
2021-05-19 09:44:31 +02:00

21 lines
477 B
Makefile

# Created by: Michael Johnson <ahze@ahze.net>
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
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>