aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-auth0
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-06 18:32:39 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-06 18:32:39 +0000
commit9fbd67ba5d592f00319b2961a86214b4359f1565 (patch)
tree0689a1057b43a08dd662e5e356b12f071c24df97 /net/rubygem-omniauth-auth0
parent3b89a0609758d96f1bdee92d40f85a6f9f84f37e (diff)
downloadports-9fbd67ba5d592f00319b2961a86214b4359f1565.tar.gz
ports-9fbd67ba5d592f00319b2961a86214b4359f1565.zip
New port: net/rubygem-omniauth-auth0
Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. omniauth-auth0 is the omniauth strategy for Auth0. WWW: https://github.com/auth0/omniauth-auth0 PR: 208509 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Notes
Notes: svn path=/head/; revision=412637
Diffstat (limited to 'net/rubygem-omniauth-auth0')
-rw-r--r--net/rubygem-omniauth-auth0/Makefile21
-rw-r--r--net/rubygem-omniauth-auth0/distinfo2
-rw-r--r--net/rubygem-omniauth-auth0/pkg-descr8
3 files changed, 31 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>
diff --git a/net/rubygem-omniauth-auth0/distinfo b/net/rubygem-omniauth-auth0/distinfo
new file mode 100644
index 000000000000..f0027794c2e8
--- /dev/null
+++ b/net/rubygem-omniauth-auth0/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-auth0-1.4.1.gem) = da5d6bba47bf419954241d54b5f179053c1664408456c0c96501a75002a00e36
+SIZE (rubygem/omniauth-auth0-1.4.1.gem) = 24576
diff --git a/net/rubygem-omniauth-auth0/pkg-descr b/net/rubygem-omniauth-auth0/pkg-descr
new file mode 100644
index 000000000000..abf028980c28
--- /dev/null
+++ b/net/rubygem-omniauth-auth0/pkg-descr
@@ -0,0 +1,8 @@
+Auth0 is an authentication broker that supports social identity
+providers as well as enterprise identity providers such as Active
+Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library
+that standardizes multi-provider authentication for web applications.
+It was created to be powerful, flexible, and do as little as possible.
+omniauth-auth0 is the omniauth strategy for Auth0.
+
+WWW: https://github.com/auth0/omniauth-auth0