# -*- 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        robert-strandh Acclimation 903138897f93926e66165c6f47afb99c26f53630
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-acclimation
version             20231023
revision            0

checksums           rmd160  2010ecb679e757358333ef79ee29d1b6bd9c4b16 \
                    sha256  df80ce4210c1aecd96ce12464ab58a077c60913495eadda34078bbbbebe1c22c \
                    size    6506

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Library supporting internationalization

long_description    {*}${description}

common_lisp.systems {*.asd} \
                    {*/*.asd}
