summary refs log tree commit diff
path: root/security/libretls/Makefile
blob: 5fca48e4b76a436667575c93a59f0176d2882281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD: head/security/libretls/Makefile 561899 2021-01-18 07:55:49Z bapt $

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>