# Created by: Vsevolod Stakhov # $FreeBSD: head/security/libressl/Makefile 371038 2014-10-17 10:13:01Z vsevolod $ 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