svn commit: r444407 - head/benchmarks/slowloris
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 26 19:37:38 UTC 2017
Author: sunpoet
Date: Mon Jun 26 19:37:37 2017
New Revision: 444407
URL: https://svnweb.freebsd.org/changeset/ports/444407
Log:
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Modified:
head/benchmarks/slowloris/Makefile
Modified: head/benchmarks/slowloris/Makefile
==============================================================================
--- head/benchmarks/slowloris/Makefile Mon Jun 26 19:37:32 2017 (r444406)
+++ head/benchmarks/slowloris/Makefile Mon Jun 26 19:37:37 2017 (r444407)
@@ -3,16 +3,16 @@
PORTNAME= slowloris
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= alexey at renatasystems.org
COMMENT= The low bandwidth, yet greedy and poisonous HTTP client
-RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
- p5-Getopt-Long>=0:devel/p5-Getopt-Long
+RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
+NO_ARCH= yes
NO_BUILD= yes
USES= perl5 shebangfix
More information about the svn-ports-all
mailing list