# -*- 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        pnathan cl-ansi-text 2.0.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

checksums           rmd160  4f9055021862c6c39fc7dfc251e4484e2e16d0bf \
                    sha256  564d817011e84c14e9229d53631c87ceb0f897a6fbe491b4ebb97ecee932936f \
                    size    6905

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         Enables ANSI colors for printing.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-colors2 \
                    port:cl-fiveam
