mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
387 B
Makefile
21 lines
387 B
Makefile
PORTNAME= slowhttptest
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.8.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Application Layer DoS attack simulator for pentesting
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf ssl
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= shekyan
|
|
|
|
PLIST_FILES= bin/slowhttptest \
|
|
man/man1/slowhttptest.1.gz
|
|
|
|
.include <bsd.port.mk>
|