opnsense-ports/net/http_ping/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 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>