# -*- 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 proc-parse 3afe2b76f42f481f44a0a495256f7abeb69cef27
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-proc-parse
version             20190809
revision            0

checksums           rmd160  b7191adaeac32bfe3ae47eba87a20b4bccf0efd3 \
                    sha256  2646c76b36d3b30178a5c527ee53eb2e22f50912a4dc3c8110b1a1194f14af0c \
                    size    8700

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Procedural vector parser

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-babel \
                    port:cl-prove
