# -*- 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-Deep-Type 0.008
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Deep::Type - A Test::Deep plugin for validating type constraints
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  bee3b397997aec4d468c80d41998a8eef62be80a \
                    sha256  6e7bea1a2f1e75319a22d1c51996ebac50ca5e3663d1bc223130887e62e959f1

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-needs


    depends_lib-append \
                    port:p${perl5.major}-namespace-clean \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-try-tiny

    supported_archs noarch
}
