freebsd-ports/www/http_load/Makefile
Pawel Pekala 9ec06a2356 - Update to version 14aug2014
- Add LICENSE

PR:		ports/193514
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2014-09-20 16:27:40 +00:00

25 lines
490 B
Makefile

# Created by: Ask Bjoern Hansen <ask@valueclick.com>
# $FreeBSD$
PORTNAME= http_load
PORTVERSION= 20140814
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/http_load/
DISTNAME= ${PORTNAME}-14aug2014
MAINTAINER= ports@FreeBSD.org
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
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>