opnsense-ports/net/rubygem-omniauth-google-oauth2/Makefile
Franco Fichtner 7a47b4d6bb */*: sync with upstream
Taken from: HardenedBSD
2018-01-29 20:07:33 +01:00

21 lines
427 B
Makefile

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