# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem        1.0
PortGroup         python26 1.0

name              py26-memcached
version           1.45
categories        python devel net
platforms         darwin
maintainers       akitada openmaintainer
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 8ced76d87f13bc0a3a1b6c343ae83413 \
                  sha1 869919041c85bb1215108b928b724a0cfb404706 \
                  rmd160 12db87c5ccfcd30c27b05977226f52f6738ed878
distname          python-memcached-${version}
depends_build     port:py26-distribute

livecheck.type    regex
livecheck.url     ${master_sites}
livecheck.regex   "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
