# $Id: Portfile,v 1.3 2006/04/06 06:29:55 blb Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		cache 0.1.0 install.rb {README.ja}
maintainers		tristan@opendarwin.org
description		Simple cache library
long_description	Simple Time-to-live based cache library with \
                    memory, file, GDBM, and memcached support.
checksums		    md5 e50ed9516009397e012a26089c866173
homepage            http://www.moonwolf.com/
master_sites        http://www.moonwolf.com/ruby/archive/
depends_lib-append  port:rb-memcache \
                    port:gdbm
platforms		    darwin 
