1PORTNAME= libretls 2PORTVERSION= 3.8.1 3CATEGORIES= security devel 4MASTER_SITES= https://causal.agency/libretls/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= TLS library designed to ease writing foolproof applications 8WWW= https://git.causal.agency/libretls/about/ 9 10LICENSE= iscl 11 12USES= libtool ssl pkgconfig 13INSTALL_TARGET= install-strip 14GNU_CONFIGURE= yes 15 16USE_LDCONFIG= yes 17 18.include <bsd.port.mk> 19