# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD: tags/RELEASE_10_1_0/databases/py-memcached/Makefile 366601 2014-08-30 09:14:29Z sunpoet $

PORTNAME=	memcached
PORTVERSION=	1.53
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	http://ftp.tummy.com/pub/python-memcached/ \
		http://ftp.tummy.com/pub/python-memcached/old-releases/ \
		ftp://ftp.tummy.com/pub/python-memcached/ \
		ftp://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>
