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

PORTNAME=	omniauth-azure-oauth2
PORTVERSION=	0.0.10
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Azure OAuth2 Strategy for OmniAuth

LICENSE=	MIT

RUN_DEPENDS=	rubygem-jwt>=1.0<3:www/rubygem-jwt \
		rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
		rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>