# -*- 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         Dumbbench 0.505 ../../authors/id/B/BD/BDFOY
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Dumbbench - More reliable benchmarking with the least amount of thinking
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a379f8d75f23048a8c452084727604be1657c46c \
                    sha256  ed6f0525fe921382cc219d5a71abeedcedb4f2b63a43d78c0f65f80ac9b11ffd \
                    size    34804

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-class-xsaccessor \
                    port:p${perl5.major}-devel-checkos \
                    port:p${perl5.major}-params-util \
                    port:p${perl5.major}-number-witherror \
                    port:p${perl5.major}-statistics-caseresampling \
                    port:p${perl5.major}-time-hires
}
