# -*- 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        fukamachi cl-locale 0a36cc0dcf5e0a8c8bf97869cd6199980ca25eec
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20150826
revision            0

checksums           rmd160  8bbcff37082219862acd73546447c2029fe732c4 \
                    sha256  8d55f4c9c5992462231185e75aaaa397566b41f594ef12593837a81cd0622aed \
                    size    3984

categories-append   www devel
maintainers         nomaintainer
license             LLGPL

description         Simple i18n library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-anaphora \
                    port:cl-annot \
                    port:cl-arnesi \
                    port:cl-flexi-streams \
                    port:cl-prove \
                    port:cl-syntax

# See: https://github.com/fukamachi/cl-locale/issues/5
common_lisp.clisp   no
