aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-02-20 17:04:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-02-20 17:09:28 +0000
commit5beef0b781c9835b16f660180420fc4c8adf8c92 (patch)
tree092da69cb6a75c4286000e5167e82bf55ff125e6
parent5d3809c8ac2cc796b20ff9780dde17ef79f69cd4 (diff)
security/p5-OpenCA-OpenSSL: deprecate
-rw-r--r--security/p5-OpenCA-OpenSSL/Makefile2
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>