# -*- 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            melisgl named-readtables 455fbaaf5aed25e296edb513fce8819c655977e8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-named-readtables
version                 20230828
revision                0

checksums               rmd160  a13331f578cca72ae9f0631a812757f1b7e15fed \
                        sha256  40455091a8004ce63f748e6e18b67adf28d4b518370d8319f295508d20b01533 \
                        size    28483

categories-append       devel
maintainers             nomaintainer
license                 BSD

description             Named-Readtables is a library that provides a namespace for readtables akin to the already-existing namespace of packages.

long_description        {*}${description}

if {${name} eq ${subport}} {
    depends_lib-append  port:cl-mgl-pax-bootstrap

    common_lisp.systems named-readtables.asd

    # to prevent dependency loop tests at dedicated subport
    test.run            no
}

subport cl-named-readtables-test {
    depends_lib-append  port:cl-named-readtables \
                        port:cl-try

    common_lisp.systems named-readtables-test.asd

    livecheck.type      none
}