# -*- 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        phoe in-nomine 03524bab99309848d8a18de0673f055192058f0a
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-in-nomine
version             20231126
revision            0

checksums           rmd160  d793dffbc245b7cba93ef6af61a28287d6ccfd44 \
                    sha256  d175fcc29b59395d3c2c427dfe1b25fab75525a06114f4f8cd1c5a05be7bd54b \
                    size    16860

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         Utilities for extensible namespaces in Common Lisp.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-closer-mop \
                    port:cl-fiveam \
                    port:cl-introspect-environment \
                    port:cl-lisp-namespace \
                    port:cl-trivial-arguments

# See: https://github.com/Bike/introspect-environment/issues/5
common_lisp.clisp   no
