jasper 4c14585bda - update to tsung-1.7.0
- switch to erlang 19
- rework DESCR
2020-02-13 20:32:48 +00:00

41 lines
753 B
Makefile

# $OpenBSD: Makefile,v 1.12 2020/02/13 20:32:48 jasper Exp $
COMMENT= multi-protocol distributed load testing tool
V= 1.7.0
DISTNAME= tsung-$V
CATEGORIES= benchmarks net
HOMEPAGE= http://tsung.erlang-projects.org/
# GPLv2
PERMIT_PACKAGE= Yes
MASTER_SITES= http://tsung.erlang-projects.org/dist/
MODULES= lang/erlang \
lang/python
MODERL_VERSION= 19
MODPY_BUILDDEP= No
RUN_DEPENDS= graphics/py-matplotlib \
math/gnuplot \
shells/bash
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= HOME=/tmp \
ERL=${MODERL_ERL} \
ERLC=${MODERL_ERLC}
MODPY_ADJ_FILES= src/tsung-plotter/tsplot.py.in
TEST_TARGET= test
FAKE_FLAGS= CONFDIR="${PREFIX}/share/examples/tsung/" \
MAN_DIR="${PREFIX}/man/man1/"
SUBST_VARS+= V
.include <bsd.port.mk>