# -*- 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         Async-Interrupt 1.26
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Async::Interrupt - allow C/XS libraries to interrupt perl asynchronously
long_description    ${description}

platforms           darwin

checksums           rmd160  a47ef11742010c75c7175b09c84fe053084a8931 \
                    sha256  2b56dd1524afb2d340f30545ad02166efdff6a0b57f3217884dcea073ce6085b \
                    size    32135

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

    depends_lib-append \
                    port:p${perl5.major}-common-sense
}
