# $Id: Portfile 85643 2011-10-15 10:04:37Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Cache-Cache 1.06
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
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

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-error \
                          port:p${perl5.major}-digest-sha1
    
    supported_archs noarch
}
