aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/http_ping/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile
index 5d6e8c8dd862..be27f6fead51 100644
--- a/net/http_ping/Makefile
+++ b/net/http_ping/Makefile
@@ -9,6 +9,9 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Measure HTTP Latency
WWW= https://www.acme.com/software/http_ping/
+DEPRECATED= Supports only HTTP/1.0
+EXPIRATION_DATE=2024-02-29
+
USES= ssl
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -I${OPENSSLINC}