# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Cache-Cache 1.06
maintainers           narf_tm openmaintainer
description           Cache::Cache, the Cache interface
long_description      The Cache modules are designed to assist a developer \
                      in persisting data for a specified period of time. \
                      Often these modules are used in web applications to \
                      store data locally to save repeated and redundant \
                      expensive calls to remote machines or databases. \
                      People have also been known to use Cache::Cache for \
                      its straightforward interface in sharing data between \
                      runs of an application or invocations of a CGI-style \
                      script or simply as an easy to use abstraction of the \
                      filesystem or shared memory.

platforms             darwin

checksums             md5 4425f44ddb138a799290802e5aad46ef \
                      sha1 e80a35c12f25ec747ff543a1935f1009cec2e565 \
                      rmd160 a82f81d5eeda9f9e653f6c406ce29f5cc910da18

depends_lib-append    port:p5-error \
                      port:p5-digest-sha1

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
