aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SMIME
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-13 01:35:31 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-13 01:35:31 +0000
commita08aad3bfe5de66b865f8960193dba831852ce97 (patch)
tree700ecbdd38dc9ab1abcb780cfe562cbe2bb00aca /security/p5-Crypt-SMIME
parent067f4dd7927646b9dd8361d0325cafa17547cb06 (diff)
downloadports-a08aad3bfe5de66b865f8960193dba831852ce97.tar.gz
ports-a08aad3bfe5de66b865f8960193dba831852ce97.zip
Notes
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>