diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-19 06:43:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-19 06:43:40 +0000 |
commit | 89858f66a9e47f16731e2a9f0afd62119ab74dcc (patch) | |
tree | 2a6165df1b6f1b17621be764636293afd1da165c | |
parent | 62433b47e5034700836a01ed50df6532d496d1e3 (diff) |
security/rubygem-doorkeeper-rails61: New port
Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
provider functionality to a Rails or Grape application.
Sponsored by: Nepustil
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-doorkeeper-rails61/Makefile | 23 | ||||
-rw-r--r-- | security/rubygem-doorkeeper-rails61/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-doorkeeper-rails61/pkg-descr | 2 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f4d0bcf56ebd..332663fd48ba 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1052,6 +1052,7 @@ SUBDIR += rubygem-doorkeeper-openid_connect SUBDIR += rubygem-doorkeeper-rails5 SUBDIR += rubygem-doorkeeper-rails50 + SUBDIR += rubygem-doorkeeper-rails61 SUBDIR += rubygem-ed25519 SUBDIR += rubygem-ed2551912 SUBDIR += rubygem-encryptor diff --git a/security/rubygem-doorkeeper-rails61/Makefile b/security/rubygem-doorkeeper-rails61/Makefile new file mode 100644 index 000000000000..729dc0b4af05 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/Makefile @@ -0,0 +1,23 @@ +PORTNAME= doorkeeper +PORTVERSION= 5.6.0 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails61 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= OAuth2 provider for Rails and Grape +WWW= https://github.com/doorkeeper-gem/doorkeeper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= doorkeeper_project + +.include <bsd.port.mk> diff --git a/security/rubygem-doorkeeper-rails61/distinfo b/security/rubygem-doorkeeper-rails61/distinfo new file mode 100644 index 000000000000..5ffc4d48f0f9 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1662820140 +SHA256 (rubygem/doorkeeper-5.6.0.gem) = 7cfaf1891c236df1e26e450e221ad2304da8e2b1015a8c3e807d37b73b86cefe +SIZE (rubygem/doorkeeper-5.6.0.gem) = 103936 diff --git a/security/rubygem-doorkeeper-rails61/pkg-descr b/security/rubygem-doorkeeper-rails61/pkg-descr new file mode 100644 index 000000000000..ed39cf3f3049 --- /dev/null +++ b/security/rubygem-doorkeeper-rails61/pkg-descr @@ -0,0 +1,2 @@ +Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2 +provider functionality to a Rails or Grape application. |