mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
21 lines
431 B
Makefile
21 lines
431 B
Makefile
PORTNAME= omniauth-google-oauth2
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
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:www/rubygem-jwt \
|
|
rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
|
|
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|