mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
Changes: https://github.com/zquestz/omniauth-google-oauth2/releases https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-google-oauth2
|
|
PORTVERSION= 0.5.4
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|