mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# $FreeBSD: head/security/libsodium/Makefile 489687 2019-01-08 13:31:51Z tobik $
|
|
|
|
PORTNAME= libsodium
|
|
PORTVERSION= 1.0.16
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://download.libsodium.org/libsodium/releases/
|
|
|
|
MAINTAINER= vsevolod@FreeBSD.org
|
|
COMMENT= Library to build higher-level cryptographic tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix pkgconfig gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-blocking-random
|
|
INSTALL_TARGET?= install-strip
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|