diff --git a/security/Makefile b/security/Makefile index 10de3f733ad4..3fdc3fded2dd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1113,6 +1113,7 @@ SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-omniauth1 SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openssl-cmac diff --git a/security/rubygem-omniauth1/Makefile b/security/rubygem-omniauth1/Makefile new file mode 100644 index 000000000000..fdd4feef57c0 --- /dev/null +++ b/security/rubygem-omniauth1/Makefile @@ -0,0 +1,23 @@ +PORTNAME= omniauth +PORTVERSION= 1.9.1 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generalized Rack framework for multiple-provider authentication + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ + rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^1\. + +.include diff --git a/security/rubygem-omniauth1/distinfo b/security/rubygem-omniauth1/distinfo new file mode 100644 index 000000000000..0c93a117665d --- /dev/null +++ b/security/rubygem-omniauth1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1583257534 +SHA256 (rubygem/omniauth-1.9.1.gem) = df5787e7ad6ab80e350af45be864b082f7435aa85148dd80837556c55f8a5b00 +SIZE (rubygem/omniauth-1.9.1.gem) = 20992 diff --git a/security/rubygem-omniauth1/pkg-descr b/security/rubygem-omniauth1/pkg-descr new file mode 100644 index 000000000000..e4b5ea0b1459 --- /dev/null +++ b/security/rubygem-omniauth1/pkg-descr @@ -0,0 +1,3 @@ +A generalized Rack framework for multiple-provider authentication. + +WWW: https://github.com/omniauth/omniauth