2021-01-10 16:58:29 +00:00

23 lines
394 B
Makefile

# $OpenBSD: Makefile,v 1.19 2021/01/10 16:58:29 fcambus Exp $
COMMENT= test tool for slow HTTP reads/posts
GH_ACCOUNT= shekyan
GH_PROJECT= slowhttptest
GH_TAGNAME= v1.8.2
REVISION= 0
CATEGORIES= www security
# 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>