diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-22 19:51:22 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-22 19:58:36 +0000 |
commit | 0c895b819c3f189a44cb30344b85968ef5b08c10 (patch) | |
tree | 9bb5b51c1bb227050a5b861eb0b392c1e50dc389 /net | |
parent | da41a5ff5e3d465d83b97f090c8e0676de4c3e27 (diff) | |
download | ports-0c895b819c3f189a44cb30344b85968ef5b08c10.tar.gz ports-0c895b819c3f189a44cb30344b85968ef5b08c10.zip |
Diffstat (limited to 'net')
-rw-r--r-- | net/http_ping/Makefile | 3 |
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} |