summaryrefslogtreecommitdiff
path: root/security/libsodium/Makefile
blob: 28d94b4d7f8548c61639956b2a4df763bd295302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.4 2013/10/03 08:24:59 obache Exp $
#

DISTNAME=	libsodium-0.4.3
CATEGORIES=	security
MASTER_SITES=	http://download.dnscrypt.org/libsodium/releases/

MAINTAINER=	csosstudy@gmail.com
HOMEPAGE=	https://github.com/jedisct1/libsodium
COMMENT=	Library for build higher-level cryptographic tools
LICENSE=	isc

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes

TEST_TARGET=	check
AUTO_MKDIRS=	yes

.include "../../mk/bsd.pkg.mk"