You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
806 B
Tcl
21 lines
806 B
Tcl
# -*- 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
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup cache 0.1.0 install.rb {README.ja}
|
|
revision 3
|
|
maintainers nomaintainer
|
|
description Simple cache library
|
|
long_description Simple Time-to-live based cache library with \
|
|
memory, file, GDBM, and memcached support.
|
|
|
|
checksums rmd160 932a0e13aef283573614fedbecee3a464f28ecb5 \
|
|
sha256 022cc75a3e60f1f3472befea40ef2f83e34046f8851a192325abaaef1b47bfca
|
|
|
|
homepage http://www.moonwolf.com/
|
|
master_sites http://www.moonwolf.com/ruby/archive/
|
|
depends_lib-append port:rb-memcache \
|
|
port:gdbm
|
|
platforms any
|
|
supported_archs noarch
|