Matthias Fechner 5c2597808c www/gitlab: fix regression from 5028178941fc081cd43354ea03ceda365a12f73d
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

23 lines
485 B
Makefile

PORTNAME= omniauth-oauth2
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Abstract OAuth2 strategy for OmniAuth
WWW= https://github.com/omniauth/omniauth-oauth2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-oauth2-gitlab>=1.4<3:net/rubygem-oauth2-gitlab \
rubygem-omniauth-gl>=1.9<3:security/rubygem-omniauth-gl
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>