mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
dc5a8497d0
Pass MAINTAINER'ship to submitter. PR: 223916 Submitted by: marcel@herrbischoff.com
26 lines
490 B
Makefile
26 lines
490 B
Makefile
# Created by: Ask Bjoern Hansen <ask@valueclick.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http_load
|
|
PORTVERSION= 20160309
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.acme.com/software/http_load/
|
|
DISTNAME= ${PORTNAME}-09Mar2016
|
|
|
|
MAINTAINER= marcel@herrbischoff.com
|
|
COMMENT= Multiprocessing http performance test client
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
PLIST_FILES= bin/http_load \
|
|
man/man1/http_load.1.gz
|
|
|
|
.ifndef NO_OPENSSL
|
|
USES+= ssl
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|