Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
18 lines
346 B
Makefile
18 lines
346 B
Makefile
PORTNAME= libretls
|
|
PORTVERSION= 3.3.4
|
|
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>
|