5c2597808c
this fixes a depedency conflict with rubygem-logger which was added into package security/rubygem-omniauth which conflicts with rubygem-logger-gitlab
20 lines
401 B
Makefile
20 lines
401 B
Makefile
PORTNAME= omniauth-shibboleth-redux
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for Shibboleth
|
|
WWW= https://www.rubydoc.info/gems/omniauth-shibboleth-redux/2.0.0
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-gl>=2.0:security/rubygem-omniauth-gl
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|