Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/ Security: f741ea93-af61-11f0-98b5-2cf05da270f3
22 lines
461 B
Makefile
22 lines
461 B
Makefile
PORTNAME= redis-store
|
|
PORTVERSION= 1.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Namespaced Redis stores for Ruby web frameworks
|
|
WWW= https://redis-store.org/redis-store/ \
|
|
https://github.com/redis-store/redis-store
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-redis-gitlab>=4<6:databases/rubygem-redis-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|