# $Id: Portfile,v 1.2 2005/04/21 15:58:18 jberry Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{memcache Ruby-MemCache} 0.0.2 basic_install.rb {README docs \
                tests test.rb utils.rb}
maintainers		tristan@opendarwin.org
description		This is a client library for memcached
long_description	memcached is used to alleviate database load by caching \
                    oft-used values in network-accessible memory space, and \
                    is used behind several high-traffic dynamic web sites \
                    like LiveJournal, Slashdot, WikiPedia, and others.
checksums		    md5 8f527df0e47fe69822b71c580bbc5506
homepage            http://www.deveiate.org/code/Ruby-MemCache.html
master_sites        http://www.deveiate.org/code/
depends_lib-append   port:memcached
platforms		    darwin 
