# -*- 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        trivial-features trivial-features d249a62aaf022902398a7141ae17217251fc61db
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-features
version             20230607
revision            1

checksums           rmd160  cd328aa25a5fe306b685664d2e64a509c4d13628 \
                    sha256  e1913a4957b81a7d2b0e0bce4ccbbc1ecd23aa212950b3f7646237940ac2509b \
                    size    11513

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Portable CL:*FEATURES*

long_description    {*}${description}

# cl-cffi depedns on cl-trivial-features which depends on cl-cffi
common_lisp.build_run   no

depends_test-append port:cl-cffi

common_lisp.ffi     yes

# See: https://github.com/trivial-features/trivial-features/issues/23
common_lisp.clisp   no
