aboutsummaryrefslogtreecommitdiff
path: root/security/p5-OpenCA-OpenSSL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-OpenCA-OpenSSL/Makefile')
-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>