# -*- 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.000161 ../../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  35f397f45f98d09be00e4fdce0daa63d24ad6a64 \
                    sha256  4973b79b1eed5305715ee73d8adc9236da795c7d4090d83b150ea131cd65b414 \
                    size    386243

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
}
