summaryrefslogtreecommitdiff
path: root/databases/py-python-memcached/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 08:06:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 08:06:13 +0000
commit93bcf85c7b8a9f1b097032fda08ecf6e23eeefdb (patch)
tree35ec72ae51973fe521338e83878868a7b1ebf724 /databases/py-python-memcached/Makefile
parent- Add LICENSE_FILE (diff)
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'databases/py-python-memcached/Makefile')
-rw-r--r--databases/py-python-memcached/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/py-python-memcached/Makefile b/databases/py-python-memcached/Makefile
new file mode 100644
index 000000000000..dca07d16d634
--- /dev/null
+++ b/databases/py-python-memcached/Makefile
@@ -0,0 +1,20 @@
+# Created by: Michael Johnson <ahze@ahze.net>
+# $FreeBSD$
+
+PORTNAME= python-memcached
+PORTVERSION= 1.54
+CATEGORIES= databases python
+MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \
+ http://ftp.tummy.com/pub/python-memcached/old-releases/ \
+ LOCAL/sunpoet
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Python API for memcached, a distributed memory cache daemon
+
+LICENSE= PSFL
+
+USE_PYTHON= autoplist distutils
+USES= python:2
+
+.include <bsd.port.mk>