diff options
Diffstat (limited to 'net/rubygem-omniauth-google-oauth2-gitlab/Makefile')
-rw-r--r-- | net/rubygem-omniauth-google-oauth2-gitlab/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-google-oauth2-gitlab/Makefile b/net/rubygem-omniauth-google-oauth2-gitlab/Makefile new file mode 100644 index 000000000000..3e17f9c5b405 --- /dev/null +++ b/net/rubygem-omniauth-google-oauth2-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= omniauth-google-oauth2 +PORTVERSION= 1.1.2 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@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-gitlab>=2.0<3:net/rubygem-oauth2-gitlab \ + rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ + rubygem-omniauth-oauth2-gitlab>=1.8<2:net/rubygem-omniauth-oauth2-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |