# -*- 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        rpav CheckL 80328800d047fef9b6e32dfe6bdc98396aee3cc9
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-checkl
version             20180316
revision            0

checksums           rmd160  c45ec42571e0930fc589aa7da0e7edaed7481f7e \
                    sha256  ff03f8af4ea6ce00543a6d1f717b6dff1678bdb40cc96e2481c35ceecc84dd3c \
                    size    8372

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         Why write programs in Common Lisp but tests like Java? Meet CheckL!

long_description    {*}${description}

depends_lib-append  port:cl-fiveam \
                    port:cl-gendoc \
                    port:cl-marshal

# See: https://github.com/rpav/CheckL/issues/4
test.run            no
