From a422b1b31027f5ed9853c9a256ed65ce8361252a Mon Sep 17 00:00:00 2001 From: Alexey Degtyarev Date: Sat, 30 Nov 2013 15:18:49 +0000 Subject: * Specify phase in which to use Perl. Approved by: wg (mentor) Reported by: az --- benchmarks/slowloris/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3