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
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libsodium
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
|
|
|
|
MAINTAINER= csosstudy@gmail.com
|
|
COMMENT= Library for build higher-level cryptographic tools
|
|
|
|
LICENSE= ISCL
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-build:
|
|
cd ${WRKSRC} && ${MAKE} check
|
|
|
|
.include <bsd.port.mk>
|