diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 17:04:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 17:09:28 +0000 |
commit | 5beef0b781c9835b16f660180420fc4c8adf8c92 (patch) | |
tree | 092da69cb6a75c4286000e5167e82bf55ff125e6 | |
parent | 5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 (diff) |
security/p5-OpenCA-OpenSSL: deprecate
-rw-r--r-- | security/p5-OpenCA-OpenSSL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-OpenCA-OpenSSL/Makefile b/security/p5-OpenCA-OpenSSL/Makefile index b9fdde151a0c..5afd8d31dbc9 100644 --- a/security/p5-OpenCA-OpenSSL/Makefile +++ b/security/p5-OpenCA-OpenSSL/Makefile @@ -27,5 +27,7 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .if ${OPSYS} == FreeBSD && (${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl) BROKEN= Does not support OpenSSL 1.1 .endif +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 .include <bsd.port.mk> |