Jimmy Olgeni abf52caabe databases/hiredis: update to 1.3.0 and add static library support
- Update version from 1.2.0 to 1.3.0
- Add patch to build both static and shared libraries
- Install both libhiredis.a and libhiredis_ssl.a static libraries

PR:		286958
Submitted by:	adamw
2025-06-06 23:11:56 +02:00

26 lines
479 B
Makefile

PORTNAME= hiredis
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0-15
CATEGORIES= databases
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minimalistic C client library for the Redis database
WWW= https://github.com/redis/hiredis
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake cpe pathfix ssl
CPE_VENDOR= redislabs
USE_GITHUB= yes
GH_ACCOUNT= redis
GH_TAGNAME= 7ab6b82
USE_LDCONFIG= yes
CMAKE_ON= DISABLE_TESTS ENABLE_SSL
CMAKE_OFF= ENABLE_NUGET
.include <bsd.port.mk>