freebsd-ports/databases/py-memcached/Makefile
2015-03-19 16:43:46 +00:00

21 lines
534 B
Makefile

# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
PORTNAME= 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}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
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>