opnsense-ports/www/http_load/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

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>