Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/ Security: f741ea93-af61-11f0-98b5-2cf05da270f3
21 lines
424 B
Makefile
21 lines
424 B
Makefile
PORTNAME= redis-namespace
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby client class for Redis with namespace support
|
|
WWW= https://github.com/resque/redis-namespace
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-redis-gitlab>=4:databases/rubygem-redis-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|