# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Memoize-ExpireLRU 0.55
maintainers         narf_tm openmaintainer
description         Expiry plug-in for Memoize that adds LRU cache expiration
long_description    ${description}

platforms           darwin

checksums           md5 1715a2a482c06ea698ff86d480b62d99 \
                    sha1 1bbae0c555d570a19513c3b0a67fc5b064a2f51e \
                    rmd160 6042fc9a36fb3f5bed9869cd995838c53068dcb3

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