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
|
2015-09-30 14:16:52 +02:00
|
|
|
PORTVERSION= 3.1.2
|
2014-01-16 16:11:26 +01:00
|
|
|
CATEGORIES= benchmarks www
|
2015-06-04 13:08:43 +02:00
|
|
|
MASTER_SITES= http://download.joedog.org/siege/ \
|
2014-01-16 16:11:26 +01:00
|
|
|
http://fossies.org/linux/www/
|
2001-06-08 06:18:55 +02:00
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@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
|
|
|
|
|
2014-12-18 12:05:55 +01:00
|
|
|
USES= autoreconf libtool perl5
|
2014-01-16 16:11:26 +01:00
|
|
|
USE_OPENSSL= yes
|
2014-12-18 12:05:55 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-01-16 16:11:26 +01:00
|
|
|
CONFIGURE_ENV= PERL="${PERL}"
|
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
|
|
|
|
2014-01-16 16:11:26 +01:00
|
|
|
pre-configure:
|
|
|
|
@${RM} -f ${WRKSRC}/acinclude.m4
|
|
|
|
@${RM} -f ${WRKSRC}/utils/missing
|
|
|
|
|
2007-11-03 20:29:09 +01:00
|
|
|
.include <bsd.port.mk>
|