opnsense-ports/databases/rubygem-redis-client/Makefile
Franco Fichtner aa5b85c330 */*: sync with upstream
Taken from: FreeBSD
2024-05-29 17:39:05 +02:00

19 lines
385 B
Makefile

PORTNAME= redis-client
PORTVERSION= 0.22.2
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>