mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Required for gitlab-ce 15.11 Changelog: https://github.com/auth0/omniauth-auth0/blob/master/CHANGELOG.md#v310-2022-11-04
19 lines
428 B
Makefile
19 lines
428 B
Makefile
PORTNAME= omniauth-auth0
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Authentication broker supporting different identity providers
|
|
WWW= https://github.com/auth0/omniauth-auth0
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|