# -*- 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        spwhitton anaphora 0.9.8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-anaphora
revision            0

checksums           rmd160  2c128c285d65f8413ac9dbb93ba456ce2cf9fc50 \
                    sha256  030314d25298169dbc6da657f792b903a8aaab7947233076c36c753b349a11cb \
                    size    6452

categories-append   devel
maintainers         nomaintainer
license             public-domain

description         The anaphoric macro collection from Hell

long_description    {*}${description}

depends_lib-append  port:cl-rt
