diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 06:47:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 06:47:15 +0000 |
commit | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (patch) | |
tree | 1f2ffb7cefe81215b3f241880e0af4ab5d35cef6 /benchmarks | |
parent | ad519489177ad410f98a30517262620d58c81dab (diff) | |
download | ports-c37aa810ab6b2dec5c29293ea60ad8f84d8effda.tar.gz ports-c37aa810ab6b2dec5c29293ea60ad8f84d8effda.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/siege/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 718cccafae58..6c264114846d 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -8,14 +8,14 @@ CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ MAINTAINER= bapt@FreeBSD.org -COMMENT= A http regression testing and benchmarking utility +COMMENT= HTTP regression testing and benchmarking utility LICENSE= GPLv2 GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared |