From 0ae41bab4ae60bb7cb1f4fc8c534c61218c1ee1e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 12 Dec 2016 14:48:04 +0000 Subject: Note that this needs a more recent OpenSSL version. Sponsored by: Absolight --- security/p5-Crypt-SMIME/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/p5-Crypt-SMIME') 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 +.include + +.if ${OSVERSION} < 1000015 && ${SSL_DEFAULT:Mbase} +IGNORE= Need a more recent version of OpenSSL. +.endif + +.include -- cgit v1.2.3