1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/http_load/Makefile
Christian Weisgerber d9029f1552 www/*: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 09:15:37 +00:00

25 lines
493 B
Makefile

PORTNAME= http_load
PORTVERSION= 20160309
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/http_load/
DISTNAME= ${PORTNAME}-09Mar2016
MAINTAINER= marcel@herrbischoff.com
COMMENT= Multiprocessing http performance test client
WWW= https://www.acme.com/software/http_load/
LICENSE= BSD2CLAUSE
USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile.bsd
PLIST_FILES= bin/http_load \
share/man/man1/http_load.1.gz
.ifndef NO_OPENSSL
USES+= ssl
.endif
.include <bsd.port.mk>