# -*- 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
# $Id: Portfile 106380 2013-05-24 12:40:59Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Filesys-Notify-KQueue 0.08
platforms           darwin
maintainers         ryandesign openmaintainer
supported_archs     noarch
license             {Artistic-1 GPL}

description         Filesys::Notify::KQueue wraps IO::KQueue for watching the filesystem

long_description    ${description}

checksums           rmd160  8c49e97d6ba5c784e7540801ddc1df4bdde86286 \
                    sha256  0cf5195a58d6e58edf4dbc975eddbbef2475f29f6af7504c04a9a3e6b97357c1 \

if {${perl5.major} != ""} {
    depends_build-append port:p${perl5.major}-test-sharedfork

    depends_lib-append  port:p${perl5.major}-io-kqueue
}
