# -*- 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 0bc6fb8fa24c1f0571113a0621a2f27d2890ab46
name                    cl-local-time
version                 20250131
revision                0

checksums               rmd160  6e6aa483acca6abe5509740f3d28bebc2dd2a786 \
                        sha256  5b9303525d8585c95aba0ff4a21dc3c2c7db5396cff99d5436d9d591d95f6c86 \
                        size    517606
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
}
