# -*- 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-Future-IO-Impl 0.17 ../../authors/id/P/PE/PEVANS
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Test::Future::IO::Impl - acceptance tests for Future::IO implementations
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  ce9e29fa610e5d9bb1ef7e5d4830dec5f7505025 \
                    sha256  b7d7f591e01b854dc76d5bab01054dbacd54542ee37d297dbe39e3516eba87e2 \
                    size    16392

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-time-hires

    perl5.use_module_build
}
