# -*- 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        fukamachi http-body 3e4bedd6a9d9bc4e1dc0a45e5b55360ae30fd388
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-http-body
version             20190811
revision            0

checksums           rmd160  585644ffcb8f8348bf9712b302c7ded436e41993 \
                    sha256  c91ae5238d11d9a0873366e2ad957538aaa3f9f6145b5e1962f267ee9c2f18fb \
                    size    15723

categories-append   devel
maintainers         nomaintainer
license             BSD

description         HTTP POST data parser.

long_description    {*}${description}

depends_lib-append  port:cl-assoc-utils \
                    port:cl-babel \
                    port:cl-fast-http \
                    port:cl-flexi-streams \
                    port:cl-jonathan \
                    port:cl-ppcre \
                    port:cl-prove \
                    port:cl-quri \
                    port:cl-trivial-gray-streams \
                    port:cl-trivial-utf-8 \
                    port:cl-utilities

# *** - DEFMETHOD: OUTPUT-STREAM-P does not name a generic function
common_lisp.clisp   no
