# -*- 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        mmontone easy-routes 3617baa00096b516b049bba1da9b980c48d8c98f
name                cl-easy-routes
version             20240410
revision            0

checksums           rmd160  60272ac13e7fc3b6f2666f6a237cfb4bacd6e31f \
                    sha256  da68f6a7b29c7f4ae4eeb250e57f3d11f774796ad272c0eba295b8defe14dc40 \
                    size    10895
github.tarball_from archive

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Yet another routes handling utility \
                    on top of Hunchentoot
long_description    {*}${description}

depends_lib-append  port:cl-djula \
                    port:cl-hunchentoot \
                    port:cl-hunchentoot-errors \
                    port:cl-routes

# should be synced with cl-hunchentoot
common_lisp.ffi     yes
common_lisp.threads yes
common_lisp.abcl    no
common_lisp.ccl     no
