freebsd-ports/security/libretls/Makefile
Baptiste Daroussin 50dc8fda19 security/libretls: update 3.8.1
Bump portrevision of consumers
2023-10-12 19:34:26 +02:00

18 lines
394 B
Makefile

PORTNAME= libretls
PORTVERSION= 3.8.1
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
USE_LDCONFIG= yes
.include <bsd.port.mk>