aboutsummaryrefslogtreecommitdiffstats
path: root/security/libressl/Makefile
blob: 1d67146af5185844d690e62c9f3276c0fac63f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libressl
PORTVERSION=    2.1.3
CATEGORIES= security devel
MASTER_SITES=   ${MASTER_SITE_OPENBSD}
MASTER_SITE_SUBDIR= LibreSSL

MAINTAINER= vsevolod@FreeBSD.org
COMMENT=    Free version of the SSL/TLS protocol forked from OpenSSL

LICENSE=    BSD4CLAUSE

CONFLICTS?= openssl-*

GNU_CONFIGURE=  yes
USES=   libtool pkgconfig pathfix
USE_LDCONFIG=   yes

INSTALL_TARGET= install-strip

test: build
    cd ${WRKSRC} && ${MAKE} check

.include <bsd.port.mk>