this fixes a depedency conflict with rubygem-logger which was added into package security/rubygem-omniauth which conflicts with rubygem-logger-gitlab
22 lines
480 B
Makefile
22 lines
480 B
Makefile
PORTNAME= omniauth_openid_connect
|
|
PORTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OpenID Connect Strategy for OmniAuth
|
|
WWW= https://github.com/m0n9oose/omniauth_openid_connect
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-gl>=1.9<3:security/rubygem-omniauth-gl \
|
|
rubygem-openid_connect>=2.2<3:net/rubygem-openid_connect
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|