# -*- 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 58298 2009-09-25 14:13:23Z akitada@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-memcached version 1.44 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 03c74e39a9598f27ba5e3c3f714d04cf \ sha1 951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \ rmd160 b22bf24d5275342e5a8987687bb878e230127d99 distname python-memcached-${version} depends_build port:py25-setuptools livecheck.type regex livecheck.url ${master_sites} livecheck.regex "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"