diff --git a/security/Makefile b/security/Makefile index 58b65362da79..bb751587a27f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget + SUBDIR += rubygem-rbnacl SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-bin_tools diff --git a/security/rubygem-rbnacl/Makefile b/security/rubygem-rbnacl/Makefile new file mode 100644 index 000000000000..cb1f50e632cc --- /dev/null +++ b/security/rubygem-rbnacl/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rbnacl +PORTVERSION= 4.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Networking and Cryptography (NaCl) library + +LICENSE= MIT + +LIB_DEPENDS= libsodium.so:security/libsodium +BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler +RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include diff --git a/security/rubygem-rbnacl/distinfo b/security/rubygem-rbnacl/distinfo new file mode 100644 index 000000000000..fdefad2936f5 --- /dev/null +++ b/security/rubygem-rbnacl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1509621492 +SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 +SIZE (rubygem/rbnacl-4.0.2.gem) = 220160 diff --git a/security/rubygem-rbnacl/pkg-descr b/security/rubygem-rbnacl/pkg-descr new file mode 100644 index 000000000000..832bba49b357 --- /dev/null +++ b/security/rubygem-rbnacl/pkg-descr @@ -0,0 +1,4 @@ +The Networking and Cryptography (NaCl) library provides a high-level toolkit for +building cryptographic systems and protocols. + +WWW: https://github.com/cryptosphere/rbnacl