# $Id: Portfile 68375 2010-06-02 08:23:00Z ryandesign@macports.org $

PortSystem		1.0

name			kumofs
version			0.4.7
homepage		http://kumofs.sourceforge.net/
categories		net
platforms		darwin
maintainers		gmail.com:naoya.n
use_parallel_build	yes

description a scalable and highly available distributed key-value store

long_description \
	kumofs is a scalable and highly available distributed key-value store. \
	You can use a memcached client library to set, get, CAS or delete values \
	from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \
	great performance.

master_sites \
        http://github.com/downloads/etolabo/${name}

checksums \
        md5 0a96293b3123467b94a3b1de8294f991 \
        sha1 ebb0c0d672544c08659484238c8155567fb55ae7 \
        rmd160 d34013221456c2a24f13e7d55a7ddeedf3db85b0

depends_lib \
	port:msgpack \
	port:rb-msgpack \
	port:tokyocabinet \
	port:openssl \
	port:zlib
