# -*- 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.000160 ../../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  2aec59bd1998b8764e08dac0f837ff5493b46296 \
                    sha256  53d427016d96ce15997b8953abe704a6b12b27e31f056619c131b529470bc953 \
                    size    386213

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
}
