mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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
22 lines
505 B
Makefile
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>
|