# -*- 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.39
revision            1

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Perl interface to the BSD kqueue system call
long_description    This module provides a fairly low level interface to the BSD kqueue() system call, allowing you to monitor for \
                    changes on sockets, files, processes and signals.

checksums           rmd160  267eef6558f634609db9f7d30e6ce0d9c3e38560 \
                    sha256  a41ea2b6a0b0308c0e993e328468c5c930c36160e71c4a5c278bf26a86eef890 \
                    size    9496

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

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