svn commit: r428413 - head/security/p5-Crypt-SMIME

Mathieu Arnold mat at FreeBSD.org
Mon Dec 12 14:48:06 UTC 2016


Author: mat
Date: Mon Dec 12 14:48:04 2016
New Revision: 428413
URL: https://svnweb.freebsd.org/changeset/ports/428413

Log:
  Note that this needs a more recent OpenSSL version.
  
  Sponsored by:	Absolight

Modified:
  head/security/p5-Crypt-SMIME/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-SMIME/Makefile
==============================================================================
--- head/security/p5-Crypt-SMIME/Makefile	Mon Dec 12 14:40:22 2016	(r428412)
+++ head/security/p5-Crypt-SMIME/Makefile	Mon Dec 12 14:48:04 2016	(r428413)
@@ -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>


More information about the svn-ports-head mailing list