1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-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

13 lines
265 B
Plaintext

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
--