diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-01 15:40:13 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-01 18:18:39 +0000 |
commit | 482132216c5e93b2b9f7808022f902f41bedabc4 (patch) | |
tree | efb2d3958347b1aa11ba195504899250aa8e458e | |
parent | 4fad945317673b5aaccc02d15de3242799574ddc (diff) | |
download | ports-482132216c5e93b2b9f7808022f902f41bedabc4.tar.gz ports-482132216c5e93b2b9f7808022f902f41bedabc4.zip |
www/webstone-ssl: Mark DEPRECATED
- Requires upstream EOL OpenSSL 1.0.X versions
- Broken for more than a year
- Set EXPIRATION_DATE to 2023-06-01
-rw-r--r-- | www/webstone-ssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/webstone-ssl/Makefile b/www/webstone-ssl/Makefile index 1ff82b611ed4..8de4649d2138 100644 --- a/www/webstone-ssl/Makefile +++ b/www/webstone-ssl/Makefile @@ -10,6 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= World wide web server benchmarking with SSL support WWW= https://crypto.stanford.edu/~nagendra/projects/WebStone/ +DEPRECATED= Requires upstream EOL OpenSSL 1.0.X +EXPIRATION_DATE= 2023-06-01 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |