diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-31 14:47:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-31 14:47:15 +0800 |
commit | be5a215285755fb61a101782219027ad5e305270 (patch) | |
tree | 1f2ffb7cefe81215b3f241880e0af4ab5d35cef6 /benchmarks/siege/Makefile | |
parent | e1d2aecb239efc6c1467a10b43ab64cf3b40938c (diff) | |
download | freebsd-ports-graphics-be5a215285755fb61a101782219027ad5e305270.tar.gz freebsd-ports-graphics-be5a215285755fb61a101782219027ad5e305270.tar.zst freebsd-ports-graphics-be5a215285755fb61a101782219027ad5e305270.zip |
Convert my ports to the new perl order
Diffstat (limited to 'benchmarks/siege/Makefile')
-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 718cccafae5..6c264114846 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 |