svn commit: r335297 - head/benchmarks/slowloris

Alexey Degtyarev alexey at FreeBSD.org
Sat Nov 30 15:18:49 UTC 2013


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


More information about the svn-ports-all mailing list