1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/http_load/Makefile
2014-01-29 07:57:45 +00:00

23 lines
455 B
Makefile

# Created by: Ask Bjoern Hansen <ask@valueclick.com>
# $FreeBSD$
PORTNAME= http_load
PORTVERSION= 20060312
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/http_load/
DISTNAME= ${PORTNAME}-12mar2006
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiprocessing http performance test client
MAKEFILE= ${FILESDIR}/Makefile.bsd
PLIST_FILES= bin/http_load \
man/man1/http_load.1.gz
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>