Add rubygem-signet 0.7.3
Signet is an OAuth 1.0 / OAuth 2.0 implementation. WWW: https://github.com/google/signet
This commit is contained in:
parent
2da2f8c3b3
commit
955af3e795
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436454
@ -1059,6 +1059,7 @@
|
||||
SUBDIR += rubygem-ruby-rc4
|
||||
SUBDIR += rubygem-ruby-saml
|
||||
SUBDIR += rubygem-scrypt
|
||||
SUBDIR += rubygem-signet
|
||||
SUBDIR += rubygem-six
|
||||
SUBDIR += rubygem-sshkey
|
||||
SUBDIR += rubygem-sshkit
|
||||
|
24
security/rubygem-signet/Makefile
Normal file
24
security/rubygem-signet/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= signet
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= OAuth 1.0 / OAuth 2.0 implementation
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
|
||||
rubygem-faraday>=0.9:www/rubygem-faraday \
|
||||
rubygem-jwt>=1.5:www/rubygem-jwt \
|
||||
rubygem-multi_json>=1.10:devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-signet/distinfo
Normal file
3
security/rubygem-signet/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489868624
|
||||
SHA256 (rubygem/signet-0.7.3.gem) = 06cbb289a07b30d3297f6491949c693e24e4ff0481ee89ea5e11f79012322691
|
||||
SIZE (rubygem/signet-0.7.3.gem) = 61952
|
3
security/rubygem-signet/pkg-descr
Normal file
3
security/rubygem-signet/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Signet is an OAuth 1.0 / OAuth 2.0 implementation.
|
||||
|
||||
WWW: https://github.com/google/signet
|
Loading…
Reference in New Issue
Block a user