# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 66379 2010-04-10 20:28:25Z febeling@macports.org $

PortSystem       1.0

name             tsung

version          1.3.1
categories       erlang devel
maintainers      nomaintainer
description      Load test tool for HTTP, PostgreSQL, Jabber and others.
long_description Tsung (formerly IDX-Tsunami) is a distributed load testing tool. \
	It is protocol-independent and can currently be used to stress HTTP, SOAP, \
	PostgreSQL, and Jabber servers. It is distributed under the GNU General \
	Public License version 2.
homepage         http://tsung.erlang-projects.org/
platforms        darwin
master_sites     ${homepage}dist/
checksums           md5     04484661643735262e625cac8fc3544d \
                    sha1    ac575f3a28b2a564868375efeed57b9ac4ddc2b5 \
                    rmd160  d43551c08a176cb142ca798f1a712df21f1f7666
depends_lib      port:erlang \
	port:gnuplot \
	port:p5-template-toolkit

build.target     all doc
