aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-openid
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-10-06 04:03:05 +0000
committerSteve Wills <swills@FreeBSD.org>2014-10-06 04:03:05 +0000
commit71c4d7610c759079d9dc86f66426d5cdc7b16b6d (patch)
tree247a7ea3303dca328b8bf2bd1fd0b4a02033aaee /net/rubygem-omniauth-openid
parenteb6361107842e75a08aa6f3bae30d9230e96e1e0 (diff)
downloadports-71c4d7610c759079d9dc86f66426d5cdc7b16b6d.tar.gz
ports-71c4d7610c759079d9dc86f66426d5cdc7b16b6d.zip
net/rubygem-omniauth-openid: create port
OpenID strategy for OmniAuth. WWW: https://github.com/intridea/omniauth-openid
Notes
Notes: svn path=/head/; revision=370142
Diffstat (limited to 'net/rubygem-omniauth-openid')
-rw-r--r--net/rubygem-omniauth-openid/Makefile19
-rw-r--r--net/rubygem-omniauth-openid/distinfo2
-rw-r--r--net/rubygem-omniauth-openid/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-openid/Makefile b/net/rubygem-omniauth-openid/Makefile
new file mode 100644
index 000000000000..cda9565eb6b0
--- /dev/null
+++ b/net/rubygem-omniauth-openid/Makefile
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= omniauth-openid
+PORTVERSION= 1.0.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= OpenID strategy for OmniAuth
+
+RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
+ rubygem-rack-openid>=1.3.1:${PORTSDIR}/www/rubygem-rack-openid
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-omniauth-openid/distinfo b/net/rubygem-omniauth-openid/distinfo
new file mode 100644
index 000000000000..cba23a355313
--- /dev/null
+++ b/net/rubygem-omniauth-openid/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-openid-1.0.1.gem) = 823bce35528072340b4a8a30ebd78e20d1a68178e222b88fe1dd977a88a457e2
+SIZE (rubygem/omniauth-openid-1.0.1.gem) = 10240
diff --git a/net/rubygem-omniauth-openid/pkg-descr b/net/rubygem-omniauth-openid/pkg-descr
new file mode 100644
index 000000000000..eaa7bf87c5fa
--- /dev/null
+++ b/net/rubygem-omniauth-openid/pkg-descr
@@ -0,0 +1,3 @@
+OpenID strategy for OmniAuth.
+
+WWW: https://github.com/intridea/omniauth-openid