2012-12-31 12:35:25 +01:00
|
|
|
# Created by: Mark Pulford <mark@kyne.com.au>
|
2001-06-08 06:18:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= siege
|
2013-12-12 15:35:56 +01:00
|
|
|
PORTVERSION= 3.0.5
|
2001-06-08 06:18:55 +02:00
|
|
|
CATEGORIES= benchmarks
|
2013-12-12 15:35:56 +01:00
|
|
|
MASTER_SITES= http://www.joedog.org/pub/siege/
|
2001-06-08 06:18:55 +02:00
|
|
|
|
2013-12-16 18:26:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-07-31 08:47:15 +02:00
|
|
|
COMMENT= HTTP regression testing and benchmarking utility
|
2001-06-08 06:18:55 +02:00
|
|
|
|
2010-07-20 09:22:37 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2002-06-03 13:36:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-28 22:03:04 +01:00
|
|
|
USE_OPENSSL= yes
|
2003-12-04 11:22:32 +01:00
|
|
|
|
2013-09-24 13:28:50 +02:00
|
|
|
USES= perl5
|
2010-07-20 09:22:37 +02:00
|
|
|
|
2013-12-12 15:35:56 +01:00
|
|
|
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
|
|
|
|
--sysconfdir=${ETCDIR}
|
2001-06-08 06:18:55 +02:00
|
|
|
|
2007-11-03 20:29:09 +01:00
|
|
|
.include <bsd.port.mk>
|