New port: security/rubygem-rbnacl

The Networking and Cryptography (NaCl) library provides a high-level toolkit for
building cryptographic systems and protocols.

WWW: https://github.com/cryptosphere/rbnacl
This commit is contained in:
Torsten Zuehlsdorff 2017-11-16 16:27:30 +00:00
parent 48deef9396
commit 2a7f49e95b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454314
4 changed files with 29 additions and 0 deletions

View file

@ -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

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1509621492
SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321
SIZE (rubygem/rbnacl-4.0.2.gem) = 220160

View file

@ -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