# -*- 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-CheckDeps 0.010
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::CheckDeps - Check for presence of dependencies
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  2da8474ff3d0dcf8e3e320e230727682d7e45a30 \
                    sha256  66fccca6c6f330e7ecc898bd6a51846e2145b3e02d78c4997ba6b7de23b551ee \
                    size    11822

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

    supported_archs noarch
}
