mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
21 lines
502 B
Makefile
21 lines
502 B
Makefile
PORTNAME= omniauth-google-oauth2
|
|
PORTVERSION= 1.1.2
|
|
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<3:net/rubygem-oauth2 \
|
|
rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|