summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2017-02-10 22:03:32 +0000
committermarino <marino@FreeBSD.org>2017-02-10 22:03:32 +0000
commitb18daf7791c25b5ea4032e7f9e3eabff6ecf8ac4 (patch)
treecdae573e9595d5273314116acb245cdc59b6a74a
parent654c177185a3746dab6732a09d2c06adeec84ad9 (diff)
downloadFreeBSD-ports-b18daf7791c25b5ea4032e7f9e3eabff6ecf8ac4.zip
FreeBSD-ports-b18daf7791c25b5ea4032e7f9e3eabff6ecf8ac4.tar.gz
databases/pecl-mongodb: IGNORE when LibreSSL selected
The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL, so IGNORE with LibreSSL until then. Approvd by: SSL blanket
-rw-r--r--databases/pecl-mongodb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pecl-mongodb/Makefile b/databases/pecl-mongodb/Makefile
index 71e7504..cdc5655 100644
--- a/databases/pecl-mongodb/Makefile
+++ b/databases/pecl-mongodb/Makefile
@@ -16,4 +16,10 @@ USES= php:ext ssl tar:tgz
USE_PHP= spl:build
CFLAGS+= -I${LOCALBASE}/include
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT:Mlibressl*}
+IGNORE= LibreSSL not supported until version 1.3.x
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud