aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-gitlab-omniauth-openid-connect/Makefile
blob: 34f971eabf9b666b4ce68087faedaf7344745a27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gitlab-omniauth-openid-connect
PORTVERSION=	0.10.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	OpenID Connect Strategy for OmniAuth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-addressable>=2.7<3.0:www/rubygem-addressable \
		rubygem-omniauth1>=1.9<3.0:security/rubygem-omniauth1 \
		rubygem-openid_connect>=1.2<2.0:net/rubygem-openid_connect

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>