diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-07-20 07:22:37 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-07-20 07:22:37 +0000 |
commit | bdd7b3a18b1ee0377d84ccf1510552b505525add (patch) | |
tree | d598bf0d908f614f5bf0ec8da90630ea83c8d0e1 /benchmarks/siege/Makefile | |
parent | 47556bc58d3c124c19836a0975b848609ff9c5bd (diff) |
Notes
Diffstat (limited to 'benchmarks/siege/Makefile')
-rw-r--r-- | benchmarks/siege/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 73c329006460..b59a6c6e84ad 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -6,16 +6,21 @@ # PORTNAME= siege -PORTVERSION= 2.69 +PORTVERSION= 2.70 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= baptiste.daroussin@gmail.com COMMENT= A http regression testing and benchmarking utility +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_OPENSSL= yes +USE_PERL5= yes + CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared MAN1= siege.1 siege.config.1 bombardment.1 siege2csv.1 |