# -*- 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           cmake 1.1
PortGroup           github 1.0
PortGroup           legacysupport 1.1

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

github.setup        redis hiredis 1.3.0 v
github.tarball_from archive
revision            0

checksums           rmd160  109113b07f51bd226a905a6871507b0e435e9600 \
                    sha256  25cee4500f359cf5cad3b51ed62059aadfc0939b05150c1f19c7e2829123631c \
                    size    124013

categories          databases
license             BSD
maintainers         nomaintainer

description         Hiredis is a minimalistic C client library for the Redis database.
long_description    {*}${description}

compiler.c_standard 1999

configure.cflags-append -std=c99
configure.args-append   -DDISABLE_TESTS=ON \
                        -DENABLE_NUGET=OFF

variant universal {}

github.livecheck.regex  {([0-9.]+)}
