mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Required for gitlab-ce 14.2. Changelog: https://gitlab.com/gitlab-org/gitlab-omniauth-openid-connect/-/blob/master/CHANGELOG.md
23 lines
539 B
Makefile
23 lines
539 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-omniauth-openid-connect
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OpenID Connect Strategy for OmniAuth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.7<3.0:www/rubygem-addressable \
|
|
rubygem-omniauth1>=1.9<2.0:security/rubygem-omniauth1 \
|
|
rubygem-openid_connect>=1.2<2.0:net/rubygem-openid_connect
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|