22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-google-oauth2
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Google OAuth2 strategy for OmniAuth 1.x
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-jwt>=2.0.0:www/rubygem-jwt \
|
|
rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|