# $Id: Portfile 49874 2009-04-19 12:54:04Z alakazam@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-memcached
version           1.44
categories        python devel net
platforms         darwin
maintainers       openmaintainer akitada
description       Pure python memcached client
long_description  This software is a 100% Python interface to the memcached \
                  memory cache daemon.  It is the client side software which \
                  allows storing values in one or more, possibly remote, \
                  memcached servers.  Search google for memcached for more \
                  information.

homepage          http://www.tummy.com/Community/software/python-memcached/
master_sites      ftp://ftp.tummy.com/pub/python-memcached/old-releases/

checksums         md5     03c74e39a9598f27ba5e3c3f714d04cf \
                  sha1    951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \
                  rmd160  b22bf24d5275342e5a8987687bb878e230127d99

distname          python-memcached-${version}
depends_build     port:py25-setuptools

livecheck.check   regex
livecheck.url     http://pypi.python.org/pypi/python-memcached/
livecheck.regex   {python-memcached (\d+(?:\.\d+)*)}
