# -*- 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         SUPER 1.20190531 ../../authors/id/C/CH/CHROMATIC
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         SUPER - control superclass method dispatch
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  049280248479bb3c7cb1b23efbac744eecc23b30 \
                    sha256  685d1ee76e7f0e9006942923bf7df8b11c107132992917593dcf7397d417d39a \
                    size    14909

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

    supported_archs noarch
}
