aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-auth0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-omniauth-auth0/Makefile')
-rw-r--r--net/rubygem-omniauth-auth0/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile
new file mode 100644
index 000000000000..27de977e7e7c
--- /dev/null
+++ b/net/rubygem-omniauth-auth0/Makefile
@@ -0,0 +1,21 @@
+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= omniauth-auth0
+PORTVERSION= 1.4.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ports@toco-domains.de
+COMMENT= Authentication broker supporting different identity providers
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>