aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth_openid_connect/Makefile
blob: 801d04ad25f651832faf5a1a349c254c68777ddb (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_openid_connect
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	OpenID Connect Strategy for OmniAuth
WWW=		https://github.com/m0n9oose/omniauth_openid_connect

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

RUN_DEPENDS=	rubygem-omniauth-gl>=1.9<3:security/rubygem-omniauth-gl \
		rubygem-openid_connect>=2.2<3:net/rubygem-openid_connect

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>