mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
246f63483f
Approved by: portmgr (blanket)
24 lines
496 B
Makefile
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>
|