57fa445acb
* Prevent crash on pending replies in async code (Thanks, @switch-st) * Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs) * Add MacOS X addapter (Thanks, @dizzus) * Add Qt adapter (Thanks, Pietro Cerutti) * Add Ivykis adapter (Thanks, Gergely Nagy) All adapters are provided as is and are only tested where possible.
17 lines
439 B
Makefile
17 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/09/02 15:12:37 wiedi Exp $
|
|
|
|
DISTNAME= hiredis-0.13.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=redis/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= https://github.com/redis/hiredis/
|
|
COMMENT= Minimalistic C client library for the Redis database
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
MAKE_ENV+= DESTDIR=${DESTDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|