Files
ports/security/rubygem-omniauth-shibboleth-redux-gitlab/Makefile
T
Matthias Fechner 5c2597808c www/gitlab: fix regression from 5028178941
this fixes a depedency conflict with rubygem-logger which was added into
package security/rubygem-omniauth which conflicts with rubygem-logger-gitlab
2025-10-19 09:17:58 +02:00

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>