# -*- 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        pcostanza contextl 3d5fbff50c686f0b89b9ca7fdebfe056343dc366
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-contextl
version             20211216
revision            0

checksums           rmd160  14eb3eacf20aabb989cab8358a5e95be5188397a \
                    sha256  7660ee25001aa731611ac70e98f985886c39057bd47e5a8b8e4a03b242af7429 \
                    size    26663

categories-append   devel
maintainers         nomaintainer
license             MIT

description         ContextL is a CLOS extension for Context-oriented Programming (COP)

long_description    {*}${description}

depends_lib-append  port:cl-closer-mop \
                    port:cl-lw-compat

# See: https://github.com/pcostanza/contextl/issues/2
common_lisp.ccl     no
common_lisp.ecl     no
common_lisp.clisp   no
