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

22 lines
468 B
Makefile

PORTNAME= omniauth-github
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
WWW= https://github.com/omniauth/omniauth-github
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-gl>=2.0<3:security/rubygem-omniauth-gl \
rubygem-omniauth-oauth2-gitlab>=1.8<2:net/rubygem-omniauth-oauth2-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>