Skip to content

Commit

Permalink
security/rubygem-rack-oauth21: Add rubygem-rack-oauth21 1.21.3 (copie…
Browse files Browse the repository at this point in the history
…d from rubygem-rack-oauth2)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent afd2990 commit ae445d3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -1135,6 +1135,7 @@
SUBDIR += rubygem-pundit61
SUBDIR += rubygem-pyu-ruby-sasl
SUBDIR += rubygem-rack-oauth2
SUBDIR += rubygem-rack-oauth21
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-rbnacl
SUBDIR += rubygem-rbnacl-libsodium
Expand Down
26 changes: 26 additions & 0 deletions security/rubygem-rack-oauth21/Makefile
@@ -0,0 +1,26 @@
PORTNAME= rack-oauth2
PORTVERSION= 1.21.3
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1

MAINTAINER= ruby@FreeBSD.org
COMMENT= OAuth 2.0 Server & Client Library
WWW= https://github.com/nov/rack-oauth2

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
rubygem-attr_required>=0:devel/rubygem-attr_required \
rubygem-httpclient>=0:www/rubygem-httpclient \
rubygem-json-jwt>=1.11.0:www/rubygem-json-jwt \
rubygem-rack>=2.1.0,3:www/rubygem-rack

USES= gem

NO_ARCH= yes

PORTSCOUT= limit:^1\.

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions security/rubygem-rack-oauth21/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1665330716
SHA256 (rubygem/rack-oauth2-1.21.3.gem) = 4e72a79dd6a866692e84422a552b27c38a5a1918ded06661e04910f2bbe676ba
SIZE (rubygem/rack-oauth2-1.21.3.gem) = 35840
2 changes: 2 additions & 0 deletions security/rubygem-rack-oauth21/pkg-descr
@@ -0,0 +1,2 @@
OAuth 2.0 Server & Client Library.
Both Bearer and MAC token type are supported.

0 comments on commit ae445d3

Please sign in to comment.