# -*- 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         Test-Fatal 0.019 ../../authors/id/R/RJ/RJBS
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Fatal - incredibly simple helpers for testing code with exceptions
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  99d52332d8b416e7d3613958a23e312a2368261c \
                    sha256  d8f6b6c87bb399a7d60c295a94a4b741a85b23889cfd6b72f1ff62f0c55cf70b \
                    size    23232

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