# -*- 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         IO-KQueue 0.40 ../../authors/id/J/JB/JBARRETT
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         IO::KQueue - perl interface to the BSD kqueue system call
long_description    {*}${description}

checksums           rmd160  a39b537cd0367f5346d868e5206448b0d12e4553 \
                    sha256  6a1383ea1849bac1206f09d26d55927cb9e347987553a1597bdd464e92ba52ae \
                    size    9681

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

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