opnsense-ports/databases/py-python-memcached/Makefile
Franco Fichtner 66b0689c6c */*: sync with upstream
Taken from: FreeBSD
2016-05-29 17:49:39 +02:00

19 lines
409 B
Makefile

# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= python-memcached
PORTVERSION= 1.58
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
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>