aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SMIME
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-12 14:48:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-12 14:48:04 +0000
commit0ae41bab4ae60bb7cb1f4fc8c534c61218c1ee1e (patch)
treec2675349c4d3389d129a3322171ca17cb27410af /security/p5-Crypt-SMIME
parenta701207c59408ac20fb552990151293f394a9271 (diff)
downloadports-0ae41bab4ae60bb7cb1f4fc8c534c61218c1ee1e.tar.gz
ports-0ae41bab4ae60bb7cb1f4fc8c534c61218c1ee1e.zip
Notes
Diffstat (limited to 'security/p5-Crypt-SMIME')
-rw-r--r--security/p5-Crypt-SMIME/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index f6085e9b964e..d343865fbac8 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -27,4 +27,10 @@ USES= perl5 ssl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase}
+IGNORE= Need a more recent version of OpenSSL.
+.endif
+
+.include <bsd.port.post.mk>