1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/slowhttptest/Makefile
Nuno Teixeira 246f63483f www/slowhttptest: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 08:57:00 +00:00

24 lines
496 B
Makefile

PORTNAME= slowhttptest
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Application Layer DoS attack simulator for pentesting
WWW= https://github.com/shekyan/slowhttptest
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= shekyan
PLIST_FILES= bin/slowhttptest \
share/man/man1/slowhttptest.1.gz
.include <bsd.port.mk>