# -*- 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           perl5 1.0

perl5.branches      5.28 5.30 5.32
perl5.setup         Cache-Cache 1.08
license             {Artistic-1 GPL}
maintainers         {khindenburg @kurthindenburg} 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           rmd160  ed174424a6b4199270a13891aed2b9306a950051 \
                    sha256  d2c7fd5dba5dd010b7d8923516890bb6ccf6b5f188ccb69f35cb0fd6c031d1e8

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

    supported_archs noarch
}
