summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-auth0/Makefile
blob: f88165add44eadaf39edd5a6b30cff49f6d84c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>

PORTNAME=	omniauth-auth0
PORTVERSION=	2.0.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Authentication broker supporting different identity providers

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>