aboutsummaryrefslogtreecommitdiff
path: root/security/libretls/Makefile
blob: 61f9ca0b84e6ee179e7b3f6affe13ff5e76dca9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>