aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-12-18 08:41:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-12-18 08:41:15 +0000
commit98b30ff0d0946f51db1b843db6d6c6554bfc484f (patch)
tree1606a1c2cf1f4cade831b30e91fd2cab18826ce1
parent9e7f484669970722784fdae11045fcdf14f4ec2c (diff)
downloadports-98b30ff0d0946f51db1b843db6d6c6554bfc484f.tar.gz
ports-98b30ff0d0946f51db1b843db6d6c6554bfc484f.zip
MFH: r487734
Mark BROKEN on base too.
Notes
Notes: svn path=/branches/2018Q4/; revision=487735
-rw-r--r--security/p5-OpenCA-OpenSSL/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile
index ccd759ee99f5..a0edfd768566 100644
--- a/security/p5-OpenCA-OpenSSL/Makefile
+++ b/security/p5-OpenCA-OpenSSL/Makefile
@@ -26,4 +26,10 @@ USES= perl5 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN= Does not support OpenSSL 1.1
+.endif
+
.include <bsd.port.mk>