# -*- 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 5.34
perl5.setup         Class-Tiny-Chained 0.004
license             Artistic-2
maintainers         nomaintainer
description         Class::Tiny::Chained - Minimalist class construction, with chained attributes
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  6e22c94387c71577039078ca733f0fc84032a7b8 \
                    sha256  2c4215e94ac48eed50c9e9dd265817b8e25190ca9fbe23a65bcc0ebed4a44a31 \
                    size    13936

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-tiny

    supported_archs noarch
}
