Files
ports/security/rubygem-omniauth-atlassian-oauth2/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

21 lines
473 B
Makefile

PORTNAME= omniauth-atlassian-oauth2
PORTVERSION= 0.2.0
PORTREVISION= 3
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Atlassian OAuth2 strategy for OmniAuth
WWW= https://github.com/aguynamedben/omniauth-atlassian-oauth2
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-gl>=1.1.1:security/rubygem-omniauth-gl \
rubygem-omniauth-oauth2-gitlab>=1.5:net/rubygem-omniauth-oauth2-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>