diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-20 23:48:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-20 23:48:06 +0000 |
commit | 3a659e95a402e208e00fab6b969aae25d3e9d0f3 (patch) | |
tree | 269d58dcc7bf93ac96662e4458f5c3be386c013a /net/rubygem-omniauth-oauth | |
parent | f426b72b58d2bdd7ede827673f9a3db906d3b7b3 (diff) | |
download | ports-3a659e95a402e208e00fab6b969aae25d3e9d0f3.tar.gz ports-3a659e95a402e208e00fab6b969aae25d3e9d0f3.zip |
Notes
Diffstat (limited to 'net/rubygem-omniauth-oauth')
-rw-r--r-- | net/rubygem-omniauth-oauth/Makefile | 20 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-oauth/Makefile b/net/rubygem-omniauth-oauth/Makefile new file mode 100644 index 000000000000..197d932ca3e9 --- /dev/null +++ b/net/rubygem-omniauth-oauth/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-oauth +PORTVERSION= 1.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generic OAuth strategy for OmniAuth + +RUN_DEPENDS= rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-omniauth-oauth/distinfo b/net/rubygem-omniauth-oauth/distinfo new file mode 100644 index 000000000000..30ab285d561f --- /dev/null +++ b/net/rubygem-omniauth-oauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-oauth-1.0.1.gem) = 9f1bfb30fe6ba823935330d2036e08a5406e980f1e20c9b1271b82ee34fbe759 +SIZE (rubygem/omniauth-oauth-1.0.1.gem) = 8192 diff --git a/net/rubygem-omniauth-oauth/pkg-descr b/net/rubygem-omniauth-oauth/pkg-descr new file mode 100644 index 000000000000..489192cb56ba --- /dev/null +++ b/net/rubygem-omniauth-oauth/pkg-descr @@ -0,0 +1,3 @@ +A generic OAuth (1.0/1.0a) strategy for OmniAuth. + +WWW: https://github.com/intridea/omniauth-oauth |