ports/misc/compat13x/pkg-descr
Gleb Popov 33ef38cf0f misc/compat13x: Add port.
This port provides only base OpenSSL 1.1.1 for now.
2024-01-06 18:29:11 +03:00

12 lines
265 B
Text

This package allows you to install the compat13x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1400000
LIB_DEPENDS+= libcrypto.so.111:misc/compat13x
.endif
--