# $Id: Portfile 46518 2009-02-06 04:56:30Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python26 1.0

name              py26-memcached
version           1.43
categories        python devel net
platforms         darwin
maintainers       nomaintainer
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 9bfa9d9b10dfc2d91ab74486773c6fc2 \
                  sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71 \
                  rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e72
distname          python-memcached-${version}
depends_build     port:py26-setuptools

