# -*- 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        AccelerationNet arnesi 1e7dc4cb2cad8599113c7492c78f4925e839522e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-arnesi
version             20170330
revision            0

checksums           rmd160  fe198869485e3a3ef3d1651330b3036024a569c4 \
                    sha256  bddd74e0131d8da3c4fbfb3cc54a1360a30d693b20d3603dbd22a6a66835b1ec \
                    size    85255

categories-append   www devel
maintainers         nomaintainer
license             BSD

description         arnesi is a Common Lisp utility suite

long_description    {*}${description}

depends_lib-append  port:cl-collectors \
                    port:cl-fiveam \
                    port:cl-swank

# See: https://github.com/AccelerationNet/arnesi/issues/2
test.run            no
