blob: 46f9a8d54f1ec929da04b32c20c4eb4372e5da2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
MAN1= http_load.1
MANCOMPRESSED= yes
PLIST_FILES= bin/http_load
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
NO_STAGE= yes
.include <bsd.port.mk>
|