Date: Mon, 12 Dec 2016 14:48:05 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428413 - head/security/p5-Crypt-SMIME Message-ID: <201612121448.uBCEm5S9072598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612121448.uBCEm5S9072598>