blob: f2c81ae76118d12cadd4d9ed2d6a3f248c51d13f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= rack-oauth2
PORTVERSION= 2.2.1
CATEGORIES= security rubygems
MASTER_SITES= RG
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-faraday>=2.0<3:www/rubygem-faraday \
rubygem-faraday-follow_redirects>=0:www/rubygem-faraday-follow_redirects \
rubygem-json-jwt>=1.11.0:www/rubygem-json-jwt \
rubygem-rack>=2.1.0,3:www/rubygem-rack
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|