aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-omniauth-auth0-gitlab/Makefile
blob: 5f41c19943cbea4d82f1b259bc3c4a065ce282c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	omniauth-auth0
PORTVERSION=	3.1.1
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-gitlab

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Authentication broker supporting different identity providers
WWW=		https://github.com/auth0/omniauth-auth0

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth-gl>=2.0<3:security/rubygem-omniauth-gl \
		rubygem-omniauth-oauth2-gitlab>=1.4<2:net/rubygem-omniauth-oauth2-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>