ports/security/libretls/Makefile
Baptiste Daroussin 7d7a24910c security/libretls: do not use builtin arc4random_buf
The issue upstream had with FreeBSD's arc4random_buf are not valid
anymore.

PR:	280465
2024-09-17 09:28:56 +02:00

20 lines
451 B
Makefile

PORTNAME= libretls
PORTVERSION= 3.8.1
PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= https://causal.agency/libretls/
MAINTAINER= bapt@FreeBSD.org
COMMENT= TLS library designed to ease writing foolproof applications
WWW= https://git.causal.agency/libretls/about/
LICENSE= ISCL
USES= libtool ssl pkgconfig
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_LDCONFIG= yes
.include <bsd.port.mk>