aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-python-memcached/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-python-memcached/Makefile')
-rw-r--r--databases/py-python-memcached/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/py-python-memcached/Makefile b/databases/py-python-memcached/Makefile
index dca07d16d634..3258bf7c1471 100644
--- a/databases/py-python-memcached/Makefile
+++ b/databases/py-python-memcached/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= python-memcached
-PORTVERSION= 1.54
+PORTVERSION= 1.57
CATEGORIES= databases python
-MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \
- http://ftp.tummy.com/pub/python-memcached/old-releases/ \
- LOCAL/sunpoet
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
@@ -14,7 +12,8 @@ COMMENT= Python API for memcached, a distributed memory cache daemon
LICENSE= PSFL
-USE_PYTHON= autoplist distutils
-USES= python:2
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
+USES= python
.include <bsd.port.mk>