# -*- 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

epoch               1
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         IO-AIO 4.81 ../../authors/id/M/ML/MLEHMANN
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         IO::AIO - Asynchronous/Advanced Input/Output
long_description    {*}${description}

checksums           rmd160  a94df338dccc043859233bb76c59d44fe895369a \
                    sha256  67029f20e9b734ac1f483f7175d4ce45f924581c7de8fdf44e20c79be6dc0729 \
                    size    189526

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-canary-stability
    
    depends_lib-append \
                    port:p${perl5.major}-common-sense

    patchfiles      patch-AIO.xs.diff \
                    cc.patch
}
