Files
2022-11-05 11:45:38 +11:00

28 lines
868 B
Tcl

# -*- 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 AnyEvent-AIO 1.1
platforms {darwin any}
maintainers nomaintainer
license {Artistic-1 GPL}
supported_archs noarch
description AnyEvent::AIO - truly asynchronous file and directory I/O
long_description ${description}
checksums rmd160 92e36dc8d974dbd41ac1312c7511c87ad9bc55e1 \
sha256 6b105b8c641561631f533ec3423e8067a3d7d58043bf85f0f5e09d706905706b \
size 2062
if {${perl5.major} ne ""} {
depends_lib-append \
port:p${perl5.major}-anyevent \
port:p${perl5.major}-io-aio
}