# -*- 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         Method-Signatures-Simple 1.07 ../by-authors/id/R/RH/RHESA
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Method::Signatures::Simple - Basic method declarations with signatures, without source filters
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  5bc5e5d18299954d6826eca4827d3a981ff6065b \
                    sha256  c8cd7d471977cc8876044192abd98a81afddff2a26bb9a10bbe358efa371dadc

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-devel-declare
 
    supported_archs noarch
}
