aboutsummaryrefslogblamecommitdiff
path: root/security/libsodium/Makefile
blob: 46fcc926eb3d3e1281b044cf6c4fa8097b5431bb (plain) (tree)


















                                                                  
# $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>