diff options
author | tz <tz@FreeBSD.org> | 2017-03-20 17:57:41 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-03-20 17:57:41 +0800 |
commit | cb1109954c2861775d29fa5715c721ad18378c8c (patch) | |
tree | 8b78c435a3554a9cfc4d3b146cd6612dbcc2fcf8 | |
parent | a22a13dc5dba02df824302d341245c03fae514ce (diff) | |
download | freebsd-ports-gnome-cb1109954c2861775d29fa5715c721ad18378c8c.tar.gz freebsd-ports-gnome-cb1109954c2861775d29fa5715c721ad18378c8c.tar.zst freebsd-ports-gnome-cb1109954c2861775d29fa5715c721ad18378c8c.zip |
New port: net/rubygem-omniauth-authentiq
Official OmniAuth strategy for authenticating
with an Authentiq ID mobile app (iOS, Android).
WWW: https://github.com/AuthentiqID/omniauth-authentiq
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-omniauth-authentiq/Makefile | 20 | ||||
-rw-r--r-- | net/rubygem-omniauth-authentiq/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-omniauth-authentiq/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 700fccf7072f..0668ee6de04d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1188,6 +1188,7 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-auth0 + SUBDIR += rubygem-omniauth-authentiq SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github diff --git a/net/rubygem-omniauth-authentiq/Makefile b/net/rubygem-omniauth-authentiq/Makefile new file mode 100644 index 000000000000..e56ae5459158 --- /dev/null +++ b/net/rubygem-omniauth-authentiq/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-authentiq +PORTVERSION= 0.3.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Authentiq OAuth2 Strategy for OmniAuth + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/net/rubygem-omniauth-authentiq/distinfo b/net/rubygem-omniauth-authentiq/distinfo new file mode 100644 index 000000000000..e36d0e61df5f --- /dev/null +++ b/net/rubygem-omniauth-authentiq/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1490003344 +SHA256 (rubygem/omniauth-authentiq-0.3.0.gem) = 0a5c81998e588fd5317326cba66588b204b4ce515d576b3cc19572307bce2b37 +SIZE (rubygem/omniauth-authentiq-0.3.0.gem) = 9728 diff --git a/net/rubygem-omniauth-authentiq/pkg-descr b/net/rubygem-omniauth-authentiq/pkg-descr new file mode 100644 index 000000000000..7130e6f3dfe6 --- /dev/null +++ b/net/rubygem-omniauth-authentiq/pkg-descr @@ -0,0 +1,4 @@ +Official OmniAuth strategy for authenticating +with an Authentiq ID mobile app (iOS, Android). + +WWW: https://github.com/AuthentiqID/omniauth-authentiq |