1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

security/p5-Crypt-SMIME can be built again with LibreSSL

PR:		246374
Reported by:	Peter Putzer <freebsd@mnd.sc>
This commit is contained in:
Steve Wills 2020-08-15 20:14:16 +00:00
parent b56f53f409
commit 91f4104a05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545063

View File

@ -27,10 +27,4 @@ USES= perl5 ssl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mlibressl*}
IGNORE= Required CMS is disabled on LibreSSL
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>