# -*- 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           github 1.0
PortGroup           common_lisp 1.0

github.setup        eudoxia0 find-port 666040f72abda155a87576652f0e0fae98b27c13
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-find-port
version             20230102
revision            0

checksums           rmd160  51c4fec6e5ce42bb25e96e02c8702c0e01601e68 \
                    sha256  fe41b41c7f73b8003c8d804a3ea705bdf028e7b17c1788e1a1a154337c027340 \
                    size    2664

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Programmatically find open ports

long_description    {*}${description}

depends_lib-append  port:cl-fiveam \
                    port:cl-usocket

# :info:build Caught IT.BESE.FIVEAM::CHECK-FAILURE while processing --eval option "(asdf:operate (quote asdf:build-op) (quote find-port-test))":
# :info:build   #<CHECK-FAILURE {3247A9AA}>
# :info:build  Running test FIND-PORTS X
common_lisp.abcl    no

# Tests doesn't work on macOS
# See: https://github.com/eudoxia0/find-port/issues/4
test.run            off
