summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth2-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-omniauth-oauth2-gitlab/Makefile')
-rw-r--r--net/rubygem-omniauth-oauth2-gitlab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-oauth2-gitlab/Makefile b/net/rubygem-omniauth-oauth2-gitlab/Makefile
new file mode 100644
index 000000000000..d120f0f01af6
--- /dev/null
+++ b/net/rubygem-omniauth-oauth2-gitlab/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= omniauth-oauth2
+PORTVERSION= 1.8.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Abstract OAuth2 strategy for OmniAuth
+WWW= https://github.com/omniauth/omniauth-oauth2
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-oauth2-gitlab>=1.4<3:net/rubygem-oauth2-gitlab \
+ rubygem-omniauth>=1.9<3:security/rubygem-omniauth
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>