# -*- 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        fare fare-quasiquote ccb0285b456c4d6bb09b9f931cf0ac5e72353ae5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-fare-quasiquote
version             20200801
revision            0

checksums           rmd160  d8f29bdbd95d93e2782ecf819a2edb8283516c34 \
                    sha256  8fabe0e49474e40a559cfbc44177223c7395da25c1bd89d29b48558c45acebd1 \
                    size    15789

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Portable implementation of quasiquote for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-fare-utils \
                    port:cl-named-readtables \
                    port:cl-optima \
                    port:cl-trivia

# by unknown reason it can't locate cl-optima
common_lisp.build_run   no
test.run                no
