Changes: https://about.gitlab.com/releases/2025/10/22/patch-release-gitlab-18-5-1-released/ Security: f741ea93-af61-11f0-98b5-2cf05da270f3
27 lines
602 B
Makefile
27 lines
602 B
Makefile
PORTNAME= redis-rack
|
|
PORTVERSION= 3.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Redis Store for Rack
|
|
WWW= https://redis-store.org/redis-rack/ \
|
|
https://github.com/redis-store/redis-rack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rack-session10>=0.2.0:www/rubygem-rack-session10 \
|
|
rubygem-redis-store-gitlab>=1.2<2:devel/rubygem-redis-store-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/appraisal ${STAGEDIR}${PREFIX}/bin/rake
|
|
|
|
.include <bsd.port.mk>
|