# $Id: Portfile 99591 2012-11-10 17:51:41Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Test-Fatal 0.010
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

checksums             rmd160  156a047157fcc8d1c1a614e66de5387e92ffcef0 \
                      sha256  805e8497a06c1ba5ab2cc85dea74533edbf48c738c8ecf42f6d812993d279305

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

supported_archs       noarch
}
