pkgsrc/databases/hiredis/Makefile
adam f30505a3b0 hiredis: updated to 1.0.2
1.0.2:
Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to the correct value of 1.0.0.
2021-10-08 06:46:02 +00:00

18 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/10/08 06:46:02 adam Exp $
DISTNAME= hiredis-1.0.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_LIBTOOL= yes
USE_TOOLS+= gmake
MAKE_ENV+= DESTDIR=${DESTDIR}
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"