24 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.18 2020/08/26 21:06:42 fcambus Exp $
COMMENT= test tool for slow HTTP reads/posts
GH_ACCOUNT= shekyan
GH_PROJECT= slowhttptest
GH_TAGNAME= v1.8.2
CATEGORIES= www security
MAINTAINER= Frederic Cambus <fcambus@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
WANTLIB += c m ssl ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>