# -*- 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
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/
checksums md5 1d62fea9253d17d304cfe9b26813ef4c \
sha1 073e11e3d46ed88ad7bee15179ed80a9069f5356 \
rmd160 2c4373dfbe0eea36786e449743c7d1df33c530b3
depends_run port:memcached
configure.args --with-apr=${prefix} \
--with-apr-util=${prefix}
livecheck.regex {Version ([\d.]+) is the latest version available}