mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 13:00:22 -04:00
19 lines
427 B
Makefile
19 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/10/23 17:08:03 wiz Exp $
|
|
|
|
DISTNAME= libsodium-0.4.5
|
|
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"
|