# -*- 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$

PortSystem          1.0

name                apr_memcache
version             0.7.0
categories          devel
license             Apache-2
platforms           darwin
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.

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}