Files
bsdports/crypto/libsodium/Makefile
2025-08-27 17:10:19 +02:00

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>