# -*- 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         Tie-RefHash-Weak 0.09
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Tie::RefHash::Weak - A Tie::RefHash subclass with weakened references in the keys
long_description    ${description}

platforms           darwin

checksums           rmd160  37e53d675f82ca3cdd990441a3856d15c0549a20 \
                    sha256  bcb4fb2b7575e4caec320577e21e500b0f3ad29fede380d5b54bb84543e76988 \
                    size    7057

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-task-weaken \
                    port:p${perl5.major}-tie-refhash \
                    port:p${perl5.major}-variable-magic

    supported_archs noarch
}
