mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
New port: www/rubygem-json-jwt
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby WWW: https://github.com/nov/json-jwt
This commit is contained in:
parent
cfc1671714
commit
79f3c223e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443429
@ -2007,6 +2007,7 @@
|
||||
SUBDIR += rubygem-jquery-ui-rails5-rails4
|
||||
SUBDIR += rubygem-jruby-rack
|
||||
SUBDIR += rubygem-jsobfu
|
||||
SUBDIR += rubygem-json-jwt
|
||||
SUBDIR += rubygem-jwt
|
||||
SUBDIR += rubygem-kaminari
|
||||
SUBDIR += rubygem-kaminari-actionview
|
||||
|
24
www/rubygem-json-jwt/Makefile
Normal file
24
www/rubygem-json-jwt/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= json-jwt
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= www devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JSON Web Token implementation in Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
|
||||
rubygem-bindata>=0:devel/rubygem-bindata \
|
||||
rubygem-multi_json>=0:devel/rubygem-multi_json \
|
||||
rubygem-securecompare>=0:security/rubygem-securecompare \
|
||||
rubygem-url_safe_base64>=0:converters/rubygem-url_safe_base64
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-json-jwt/distinfo
Normal file
3
www/rubygem-json-jwt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1497261665
|
||||
SHA256 (rubygem/json-jwt-1.7.2.gem) = 62911c6e253f0edc8bec2a1cec1c1dfea02db7af4d4c2bdf875a6f8a12d94395
|
||||
SIZE (rubygem/json-jwt-1.7.2.gem) = 26624
|
4
www/rubygem-json-jwt/pkg-descr
Normal file
4
www/rubygem-json-jwt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON
|
||||
Web Key) in Ruby
|
||||
|
||||
WWW: https://github.com/nov/json-jwt
|
Loading…
Reference in New Issue
Block a user