diff options
author | marino <marino@FreeBSD.org> | 2017-02-10 22:03:32 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-02-10 22:03:32 +0000 |
commit | b18daf7791c25b5ea4032e7f9e3eabff6ecf8ac4 (patch) | |
tree | cdae573e9595d5273314116acb245cdc59b6a74a | |
parent | 654c177185a3746dab6732a09d2c06adeec84ad9 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |