# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 40182 2008-09-24 05:48:32Z dh@macports.org $

PortSystem        1.0
PortGroup         python24 1.0

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