# -*- 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.017
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         incredibly simple helpers for testing code with exceptions
long_description    Test::Fatal is an alternative to the popular \
                    Test::Exception. It does much less, but should allow \
                    greater flexibility in testing exception-throwing code \
                    with about the same amount of typing.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f71e802d6dda944fd9e415a224929f5a222bc06b \
                    sha256  37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6 \
                    size    21750

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