aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-mongodb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2017-02-10 22:03:32 +0000
committerJohn Marino <marino@FreeBSD.org>2017-02-10 22:03:32 +0000
commit0431bd28416734953452647893373f79c705daa1 (patch)
treecdae573e9595d5273314116acb245cdc59b6a74a /databases/pecl-mongodb
parent6e4dc14e4e6554e05455df8730796716980ad649 (diff)
downloadports-0431bd28416734953452647893373f79c705daa1.tar.gz
ports-0431bd28416734953452647893373f79c705daa1.zip
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
Notes
Notes: svn path=/head/; revision=433826
Diffstat (limited to 'databases/pecl-mongodb')
-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 71e750461872..cdc565582cee 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>