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 @@ -1,18 +1,21 @@ PORTNAME= http_ping PORTVERSION= 20050629 PORTREVISION= 2 CATEGORIES= net www MASTER_SITES= http://www.acme.com/software/${PORTNAME}/ DISTNAME= ${PORTNAME}_29jun2005 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} LDFLAGS+= -L${OPENSSLLIB} PLIST_FILES= bin/http_ping share/man/man1/http_ping.1.gz .include