diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-01 00:45:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-01 00:45:32 +0800 |
commit | 2450fa8c2ea535ef36b89782bc8300bc70a0b119 (patch) | |
tree | ba5734c5b3f1132fcec8f9d96326ae135d4c90c7 /security/Makefile | |
parent | 70786d85310317ab2c4b0eb3c56852be64f3ba0e (diff) | |
download | freebsd-ports-gnome-2450fa8c2ea535ef36b89782bc8300bc70a0b119.tar.gz freebsd-ports-gnome-2450fa8c2ea535ef36b89782bc8300bc70a0b119.tar.zst freebsd-ports-gnome-2450fa8c2ea535ef36b89782bc8300bc70a0b119.zip |
libsodium is a library for network communication, encryption,
decryption, signatures, etc.
libsodium is a portable, cross-compilable, installable,
packageable, API-compatible version of NaCl(security/nacl).
NaCl's goal is to provide all of the core operations needed
to build higher-level cryptographic tools.
WWW: https://github.com/jedisct1/libsodium
Submitted by: "csosstudy E." <csosstudy@gmail.com>
PR: ports/176493
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d3f1a5ba9ec9..789e195d0663 100644 --- a/security/Makefile +++ b/security/Makefile @@ -279,6 +279,7 @@ SUBDIR += libpreludedb SUBDIR += libpwstor SUBDIR += libsectok + SUBDIR += libsodium SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 |