summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-19 00:31:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-19 00:31:56 +0000
commit955af3e7950069fc4e8735f22200fc6f3ff2f061 (patch)
tree8a367f2a70ba0a8dab9a1c388f1e9baf6a1a3c2b
parentAdd rubygem-os 1.0.0 (diff)
Add rubygem-signet 0.7.3
Signet is an OAuth 1.0 / OAuth 2.0 implementation. WWW: https://github.com/google/signet
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-signet/Makefile24
-rw-r--r--security/rubygem-signet/distinfo3
-rw-r--r--security/rubygem-signet/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e1f8e4d339f5..1c06840c71ae 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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
diff --git a/security/rubygem-signet/Makefile b/security/rubygem-signet/Makefile
new file mode 100644
index 000000000000..d455f0b587ff
--- /dev/null
+++ b/security/rubygem-signet/Makefile
@@ -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>
diff --git a/security/rubygem-signet/distinfo b/security/rubygem-signet/distinfo
new file mode 100644
index 000000000000..9efe2a76eeb4
--- /dev/null
+++ b/security/rubygem-signet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489868624
+SHA256 (rubygem/signet-0.7.3.gem) = 06cbb289a07b30d3297f6491949c693e24e4ff0481ee89ea5e11f79012322691
+SIZE (rubygem/signet-0.7.3.gem) = 61952
diff --git a/security/rubygem-signet/pkg-descr b/security/rubygem-signet/pkg-descr
new file mode 100644
index 000000000000..19e6179c2c7a
--- /dev/null
+++ b/security/rubygem-signet/pkg-descr
@@ -0,0 +1,3 @@
+Signet is an OAuth 1.0 / OAuth 2.0 implementation.
+
+WWW: https://github.com/google/signet