aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-authentiq/Makefile
blob: 0eeaf115aa78e6fe44d3fed512c5394b911fcfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	omniauth-authentiq
PORTVERSION=	0.3.3
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Authentiq OAuth2 Strategy for OmniAuth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-jwt1>=1.5:www/rubygem-jwt1 \
		rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>