# -*- 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-Warnings 0.038
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Warnings - Test for warnings and the lack of them
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  6452bbfa462413bcff55057aa91e12f7522eb291 \
                    sha256  3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273 \
                    size    45021

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta-check

    notes-append    "$subport can optionally use p${perl5.major}-test-simple,\
                     but does not depend on it because that would cause a\
                     circular dependency."
}
