# -*- 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-puri
version             1.5.7.2
revision            0

homepage            https://cliki.net/puri

master_sites        debian:c/${name}/
worksrcdir          ${distname}
distname            ${name}_${version}
extract.suffix      .orig.tar.gz

checksums           rmd160  4662eaf1926607f2dbf0d258ac842269a141fdc1 \
                    sha256  36821e005b289a002070e63e479c89d8c10401dcb7446275f11545214a4a82cf \
                    size    26923

categories-append   www devel
maintainers         nomaintainer
license             LLGPL

description         Portable URI Library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-ptester

livecheck.url       http://ftp.debian.org/debian/pool/main/c/${name}/?C=N\;O=D
livecheck.regex     ${name}_(\\d+(?:\\.\\d+)*)
