1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/libressl/Makefile
2014-10-17 10:13:01 +00:00

27 lines
511 B
Makefile

# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
# $FreeBSD$
PORTNAME= libressl
PORTVERSION= 2.1.1
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>