# -*- 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         Function-Parameters 2.002006 ../../authors/id/M/MA/MAUKE
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Function::Parameters - define functions and methods with parameter lists (subroutine signatures)
long_description    {*}${description}

checksums           rmd160  275cd02ed03252428907f64fd6cc8f16b8f5a194 \
                    sha256  ec36c5d891f31a90a6b6d6198d983a5974603ad5eb4f9376af807ac37493f9a2 \
                    size    73151

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-makemaker \
                    port:p${perl5.major}-test-fatal

    depends_lib-append \
                    port:p${perl5.major}-scalar-list-utils
}
