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

ruby.branches       3.3 3.2 3.1
ruby.setup          memoizable 0.4.2 gem {} rubygems
license             MIT
platforms           any
supported_archs     noarch
categories-append   devel
maintainers         nomaintainer
description         Memoize method return values
long_description    {*}${description}
homepage            https://github.com/dkubb/memoizable
checksums           rmd160  bd2aa96175e600a42266378d38fc3b654a86160c \
                    sha256  acf4d2280fea019318e61cfc5e69077dcb3c2126817ee596ffd76d0ddf5e826c \
                    size    13312

if {${name} ne ${subport}} {
    depends_run-append \
                    port:rb${ruby.suffix}-thread_safe
}
