aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth_openid_connect/Makefile
blob: 9d65b0e9a1b0894348d7b84d3aa09f3d3164e83f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	omniauth_openid_connect
PORTVERSION=	0.3.5
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.5<3.0:www/rubygem-addressable \
		rubygem-omniauth>=1.9<2.0:security/rubygem-omniauth \
		rubygem-openid_connect>=1.1<2.0:net/rubygem-openid_connect

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>