# -*- 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        vseloved cl-redis 7d592417421cf7cd1cffa96043b457af0490df7d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20200616
revision            0

checksums           rmd160  bec2d541a7bd9db0336d2a4ac3358654c2cf41cd \
                    sha256  3f56936ddc32fa739adaaa05af8d0807066cfda77959dabedcdfd477d8677c8d \
                    size    25535

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Redis client for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-babel \
                    port:cl-bordeaux-threads \
                    port:cl-flexi-streams \
                    port:cl-rutils \
                    port:cl-ppcre \
                    port:cl-should-test \
                    port:cl-usocket

# Tests requires real Redis
test.run            no
