# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem          1.0
name                apr_memcache
version             0.7.0
categories          devel
maintainers         nomaintainer
description         memcached client in C
long_description \
   apr_memcache is a client for memcached written in C, using APR and \
   APR-Util. It provides pooled client connections and is thread safe, \
   making it perfect for use inside Apache Modules.

platforms           darwin

homepage            http://www.outoforder.cc/projects/libs/apr_memcache/
master_sites        http://www.outoforder.cc/downloads/apr_memcache/
use_bzip2           yes

checksums           md5     1d62fea9253d17d304cfe9b26813ef4c \
                    sha1    073e11e3d46ed88ad7bee15179ed80a9069f5356 \
                    rmd160  2c4373dfbe0eea36786e449743c7d1df33c530b3

depends_lib         port:apr port:apr-util
depends_run         port:memcached

configure.args      --with-apr=${prefix} --with-apr-util=${prefix}

livecheck.type      regex
livecheck.regex     {Version ([\d.]+) is the latest version available}

