Tweak security/sshblock version 1.0_1
[dports.git] / security / libressl / Makefile
1 # Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libressl
5 PORTVERSION=    2.1.1
6 CATEGORIES=     security devel
7 MASTER_SITES=   ${MASTER_SITE_OPENBSD}
8 MASTER_SITE_SUBDIR=     LibreSSL
9
10 MAINTAINER=     vsevolod@FreeBSD.org
11 COMMENT=        Free version of the SSL/TLS protocol forked from OpenSSL
12
13 LICENSE=        BSD4CLAUSE
14
15 CONFLICTS?=     openssl-*
16
17 GNU_CONFIGURE=  yes
18 USES=   libtool pkgconfig pathfix
19 USE_LDCONFIG=   yes
20
21 INSTALL_TARGET= install-strip
22
23 test: build
24         cd ${WRKSRC} && ${MAKE} check
25
26 .include <bsd.port.mk>