freebsd-ports/security/libretls/Makefile
Baptiste Daroussin 05c777597c pi@ prefers it to be foolproof, so be it
Reported by:	pi
2021-01-18 07:55:49 +00:00

19 lines
359 B
Makefile

# $FreeBSD$
PORTNAME= libretls
PORTVERSION= 3.3.1
CATEGORIES= security devel
MASTER_SITES= https://causal.agency/libretls/
MAINTAINER= bapt@FreeBSD.org
COMMENT= TLS library designed to ease writing foolproof applications
LICENSE= ISCL
USES= libtool ssl pkgconfig
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>