# -*- 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        stacksmith trivial-rfc-1123 9ef59c3fdec08b0e3c9ed02d39533887b6d1b8e3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-trivial-rfc-1123
version             20220402
revision            0

checksums           rmd160  680ef73c31ce9d9ff29b335e77e18ffd15d533ab \
                    sha256  8a0d11bb86ad7462a369831eadd6615e75fe3609a65588e88a3485bca0c1b185 \
                    size    5650

categories-append   devel
maintainers         nomaintainer
license             BSD

description         parse and print RFC-1123 timestamps

long_description    {*}${description}

depends_lib-append  port:cl-ppcre
