opnsense-ports/databases/rubygem-redis-client/Makefile
Franco Fichtner e0f95c50e1 */*: sync with upstream
Taken from: FreeBSD
2023-08-23 11:37:13 +02:00

19 lines
385 B
Makefile

PORTNAME= redis-client
PORTVERSION= 0.16.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple low-level client for Redis 6+
WWW= https://github.com/redis-rb/redis-client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-connection_pool>=0:net/rubygem-connection_pool
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>