freebsd-ports/security/libsodium/Makefile
Martin Wilke c0f2db78ab 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
2013-02-28 16:45:32 +00:00

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>