mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -1094,6 +1094,7 @@
|
||||||
SUBDIR += rubygem-pyu-ruby-sasl
|
SUBDIR += rubygem-pyu-ruby-sasl
|
||||||
SUBDIR += rubygem-rack-oauth2
|
SUBDIR += rubygem-rack-oauth2
|
||||||
SUBDIR += rubygem-razorback-scriptNugget
|
SUBDIR += rubygem-razorback-scriptNugget
|
||||||
|
SUBDIR += rubygem-rbnacl
|
||||||
SUBDIR += rubygem-recog
|
SUBDIR += rubygem-recog
|
||||||
SUBDIR += rubygem-rex-arch
|
SUBDIR += rubygem-rex-arch
|
||||||
SUBDIR += rubygem-rex-bin_tools
|
SUBDIR += rubygem-rex-bin_tools
|
||||||
|
|
21
security/rubygem-rbnacl/Makefile
Normal file
21
security/rubygem-rbnacl/Makefile
Normal 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>
|
3
security/rubygem-rbnacl/distinfo
Normal file
3
security/rubygem-rbnacl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1509621492
|
||||||
|
SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321
|
||||||
|
SIZE (rubygem/rbnacl-4.0.2.gem) = 220160
|
4
security/rubygem-rbnacl/pkg-descr
Normal file
4
security/rubygem-rbnacl/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue