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

26 lines
739 B
Makefile

PORTNAME= omniauth
PORTVERSION= 2.1.4
CATEGORIES= security rubygems
MASTER_SITES= RG
# this port is a replacement for rubygem-omniauth which fixes depedency conflicts
# normally suffix gitlab is used, but that package already exists, so use gl here
PKGNAMESUFFIX= -gl
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Generalized Rack framework for multiple-provider authentication
WWW= https://github.com/omniauth/omniauth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \
rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \
rubygem-rack>=2.2.3,3:www/rubygem-rack \
rubygem-rack-protection3>=0:www/rubygem-rack-protection3
USES= cpe gem
NO_ARCH= yes
.include <bsd.port.mk>