# -*- 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        m2ym cl-annot c99e69c15d935eabc671b483349a406e0da9518d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20150606
revision            0

checksums           rmd160  13772949bed97b69b3ede515f398f0e1af335a5c \
                    sha256  17a75bbc8f1d4d88dac0b57d6266f70dc17f0f43af8e16e925a17910b5976a0c \
                    size    10158

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         Python-like Annotation Syntax for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-alexandria


# Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
#
# COMPILE-FILE-ERROR while
#   compiling #<CL-SOURCE-FILE "cl-annot-test" "t" "annot">
post-extract {
    file delete ${worksrcpath}/cl-annot-test.asd
}

test.run            no
