Files
ports/www/slowhttptest/Makefile
T
Yuri Victorovich a9817133c3 www/slowhttptest: Update 1.8.1 -> 1.8.2
Reported by:	portscout
2020-08-28 23:02:19 +00:00

23 lines
400 B
Makefile

# $FreeBSD$
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>