Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 15:18:49 +0000 (UTC)
From:      Alexey Degtyarev <alexey@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335297 - head/benchmarks/slowloris
Message-ID:  <201311301518.rAUFInWM090677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alexey
Date: Sat Nov 30 15:18:49 2013
New Revision: 335297
URL: http://svnweb.freebsd.org/changeset/ports/335297

Log:
  * Specify phase in which to use Perl.
  
  Approved by:	wg (mentor)
  Reported by:	az

Modified:
  head/benchmarks/slowloris/Makefile

Modified: head/benchmarks/slowloris/Makefile
==============================================================================
--- head/benchmarks/slowloris/Makefile	Sat Nov 30 15:08:05 2013	(r335296)
+++ head/benchmarks/slowloris/Makefile	Sat Nov 30 15:18:49 2013	(r335297)
@@ -12,9 +12,11 @@ COMMENT=	The low bandwidth, yet greedy a
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301518.rAUFInWM090677>