mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
406 B
Makefile
19 lines
406 B
Makefile
# Created by: Dima Dorfman <dd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http_ping
|
|
PORTVERSION= 20050629
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www
|
|
MASTER_SITES= http://www.acme.com/software/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}_29jun2005
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Measure HTTP Latency
|
|
|
|
USE_OPENSSL= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_FILES= bin/http_ping man/man1/http_ping.1.gz
|
|
|
|
.include <bsd.port.mk>
|