# -*- 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        archimag cl-routes 1b79e85aa653e1ec87e21ca745abe51547866fa9
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20170119
revision            0

checksums           rmd160  274e633b51693860f2ce9469ad7d7c0257c35beb \
                    sha256  da70b743119eeda37ee3ee8075217fe5e4b3b4b7d9a906e274c47584cbec8033 \
                    size    17103

categories-append   www devel
maintainers         nomaintainer
license             LGPL-2

description         Common Lisp implementation of the routes system for mapping URL's

long_description    {*}${description}

depends_lib-append  port:cl-iterate \
                    port:cl-lift \
                    port:cl-puri \
                    port:cl-split-sequence

# See: https://github.com/archimag/cl-routes/issues/4
test.run            no
