mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.0 KiB
Tcl
35 lines
1.0 KiB
Tcl
# -*- 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.4.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
checksums rmd160 e0f3ece27bdbe2ae957842f70799bca0caecfbc3 \
|
|
sha256 5fa6e719e59cd4f8ae435c52a18ac4035d135251f9ee54e7a045bccf59107ed8 \
|
|
size 171943
|
|
|
|
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.]+)}
|