diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 16:27:30 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 16:27:30 +0000 |
commit | 2a7f49e95b247664810439b7029fb86a1452f911 (patch) | |
tree | 947de6a6e8dd6dd16fc306afe0df4b9520d1882c /security/rubygem-rbnacl | |
parent | 48deef939670beea93eaa1f7012ba0bbadb049a8 (diff) | |
download | ports-2a7f49e95b247664810439b7029fb86a1452f911.tar.gz ports-2a7f49e95b247664810439b7029fb86a1452f911.zip |
Notes
Diffstat (limited to 'security/rubygem-rbnacl')
-rw-r--r-- | security/rubygem-rbnacl/Makefile | 21 | ||||
-rw-r--r-- | security/rubygem-rbnacl/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rbnacl/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
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 <bsd.port.mk> 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 |