mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
17 lines
346 B
Makefile
17 lines
346 B
Makefile
PORTNAME= libretls
|
|
PORTVERSION= 3.4.2
|
|
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>
|