freebsd-ports/benchmarks/siege/Makefile

23 lines
431 B
Makefile
Raw Normal View History

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= siege
2013-12-12 15:35:56 +01:00
PORTVERSION= 3.0.5
CATEGORIES= benchmarks
2013-12-12 15:35:56 +01:00
MASTER_SITES= http://www.joedog.org/pub/siege/
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
LICENSE= GPLv2
GNU_CONFIGURE= yes
2004-01-28 22:03:04 +01:00
USE_OPENSSL= yes
2013-09-24 13:28:50 +02:00
USES= perl5
2013-12-12 15:35:56 +01:00
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
--sysconfdir=${ETCDIR}
.include <bsd.port.mk>