# -*- 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         Test2-Harness 1.000167 ../../authors/id/E/EX/EXODIST
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test2::Harness - A new and improved test harness with better Test2 integration
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a65b34cde4892aee8026c62b2b754607bcc81cea \
                    sha256  e077958981c6fbbd24d1a94593bf66a97c28557a8b2dcb1ad7b64ce9323547ef \
                    size    395939

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-cpanel-json-xs \
                    port:p${perl5.major}-data-uuid \
                    port:p${perl5.major}-goto-file \
                    port:p${perl5.major}-http-tiny \
                    port:p${perl5.major}-http-tiny-multipart \
                    port:p${perl5.major}-importer \
                    port:p${perl5.major}-json-maybexs \
                    port:p${perl5.major}-long-jump \
                    port:p${perl5.major}-scope-guard \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-test2-plugin-cover \
                    port:p${perl5.major}-test2-plugin-dbiprofile \
                    port:p${perl5.major}-test2-plugin-ioevents \
                    port:p${perl5.major}-test2-plugin-memusage \
                    port:p${perl5.major}-test2-plugin-uuid \
                    port:p${perl5.major}-text-parsewords \
                    port:p${perl5.major}-time-hires \
                    port:p${perl5.major}-yaml-tiny
}
