# -*- 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         EV 4.37 ../../authors/id/M/ML/MLEHMANN
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         EV - perl interface to libev, a high performance full-featured event loop
long_description    {*}${description}

checksums           rmd160  668d0bdf781f7390dd81b5554de8baee2ee01f92 \
                    sha256  18bb66df4932ea61471dfb6057b5b27944f32d5be31fca832030a0c8082422a5 \
                    size    221946

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

#   builds using embedded libev
    depends_lib-append \
                    port:p${perl5.major}-common-sense
}
