aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SMIME
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-SMIME')
-rw-r--r--security/p5-Crypt-SMIME/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index d343865fbac8..78592853a99d 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -29,8 +29,12 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase}
+.if ${SSL_DEFAULT:Mlibressl*}
+IGNORE= Required CMS is disabled on LibreSSL
+.else
+. if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase}
IGNORE= Need a more recent version of OpenSSL.
+. endif
.endif
.include <bsd.port.post.mk>