diff options
author | Alexey Degtyarev <alexey@FreeBSD.org> | 2013-11-30 15:18:49 +0000 |
---|---|---|
committer | Alexey Degtyarev <alexey@FreeBSD.org> | 2013-11-30 15:18:49 +0000 |
commit | a422b1b31027f5ed9853c9a256ed65ce8361252a (patch) | |
tree | bbee47fbbc8748300f3cf99f77db844ccbf65b42 /benchmarks | |
parent | 7e034e634eab3b56dd30091c8216dfdafd62fe30 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/slowloris/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/slowloris/Makefile b/benchmarks/slowloris/Makefile index f8359ad6d210..0bde3b944ed6 100644 --- a/benchmarks/slowloris/Makefile +++ b/benchmarks/slowloris/Makefile @@ -12,9 +12,11 @@ COMMENT= The low bandwidth, yet greedy and poisonous HTTP client RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USES= perl5 NO_BUILD= yes +USES= perl5 +USE_PERL5= run + PLIST_FILES= bin/slowloris PERL_THREADS?= yes |