# -*- 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.19 ../../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  b1dc525a8d8ebf8d5fa444d36ba59a1a5d748423 \
                    sha256  53b9c5b6807726651fff4a18a5ce9c8c682ad3aabec94c4481c73d07e8cc6a23 \
                    size    17125

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

    perl5.use_module_build
}
