# -*- 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

name                cl-jpl-util
version             0.4
revision            0

checksums           rmd160  3d4e0ffdbe7e5f7c11b2a01cd75e7046ba539d22 \
                    sha256  90e741b78b59c16bb00370bbd232360dfdb32e6f594649e2863dcdaf83b157a6 \
                    size    36051

categories-append   devel
maintainers         nomaintainer
license             ISC

homepage            https://www.thoughtcrime.us/software/cl-jpl-util
master_sites        ${homepage}

description         cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects by J.P. Larocque

long_description    {*}${description}

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
