diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 15:45:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 16:20:00 +0000 |
commit | 0fa0e51a16382510c81a1f97e3608a7126829ace (patch) | |
tree | ffa3e51a6ea4bf6f42623fc6f430757a67946fba | |
parent | 4d42cac432e6a0350a9e6eb4fdb9bce2b28dbc7e (diff) |
security/p5-openxpki: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
-rw-r--r-- | security/p5-openxpki/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index ab7beb2daa51..34249ae7a85f 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -11,6 +11,9 @@ WWW= https://www.openxpki.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later + MY_DEPENDS= bash:shells/bash \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Cache-LRU>=0:devel/p5-Cache-LRU \ |