# -*- 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-Exception 0.43
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Convenience methods for testing exception-based code
long_description    This module provides a few convenience methods for \
                    testing exception based code. It is built with \
                    Test::Builder and plays happily with Test::Simple, \
                    Test::More and friends.

platforms           {darwin any}

checksums           rmd160  b73ac3858566b3fddbfda2979ec91120858d8d3d \
                    sha256  156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533

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

    supported_archs noarch
}
