20 lines
319 B
Makefile
20 lines
319 B
Makefile
COMMENT= test tool for slow HTTP reads/posts
|
|
|
|
GH_ACCOUNT= shekyan
|
|
GH_PROJECT= slowhttptest
|
|
GH_TAGNAME= v1.9.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>
|