ports/security/rubygem-doorkeeper-openid_connect/Makefile
Matthias Fechner f41faa20a8 www/gitlab-ce: fix build errors cause by dep upgrade
Several dep upgrade of rubgems port broke the gitlab-ce port.
The problem are reported by e.g.
https://beefy16.nyi.freebsd.org/data/131amd64-default/d20a3cf7e848/logs/gitlab-ce-15.3.4_1.log

and also by users.
PR:		266963
2022-10-12 19:48:19 +02:00

22 lines
505 B
Makefile

PORTNAME= doorkeeper-openid_connect
PORTVERSION= 1.7.5
PORTREVISION= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= OpenID Connect extension for Doorkeeper
WWW= https://github.com/doorkeeper-gem/doorkeeper-openid_connect
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-doorkeeper>=5.2<5.6:security/rubygem-doorkeeper \
rubygem-json-jwt115>=1.11:www/rubygem-json-jwt115
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>