# -*- 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.16 ../../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  3d5fb3305e1ee6be60238e7f9dbce43fd9124db5 \
                    sha256  e52b3171059cd043832ce2c110036f8934bd08379bbdf102e56f58204998f968 \
                    size    15183

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

    perl5.use_module_build
}
