blob: 8565bf1a05b4c8eb25dfda84772fa321f78582d0 (
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
|
PORTNAME= omniauth-google-oauth2
PORTVERSION= 1.1.1
PORTREVISION= 0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Google OAuth2 strategy for OmniAuth 1.x
WWW= https://github.com/zquestz/omniauth-google-oauth2
LICENSE= MIT
RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \
rubygem-oauth2>=2.0.6<2.1:net/rubygem-oauth2 \
rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.8.0<1.9:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|