# -*- 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               common_lisp 1.0
PortGroup               github 1.0

github.setup            dlowe-net local-time 5a0955283b6ac585a8f13229bbda9f9193c59903
name                    cl-local-time
version                 20240817
revision                0

checksums               rmd160  4c93e51c7977fb73e31bd008768e59293f255087 \
                        sha256  3179cffc17e68ef1722655119d0e00f92301c2b8e97f58579c95e978593a233b \
                        size    683260
github.tarball_from     archive

categories-append       devel
maintainers             nomaintainer
license                 BSD

description             Time manipulation library for Common Lisp
long_description        {*}${description}

if {${name} eq ${subport}} {
    depends_lib-append  port:cl-hu.dwim.stefil

    common_lisp.systems local-time.asd
}

subport cl-postgres-plus-local-time {
    depends_lib-append  port:cl-local-time \
                        port:cl-postgres

    # cl-postmodern requires threads
    common_lisp.threads yes

    common_lisp.systems {cl-postgres+local-time.asd}

    livecheck.type      none
}
