freebsd-ports/net/flent/Makefile
Ryan Steinmetz a483159515 New port: net/flent:
Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping
instances and aggregate the results. It was previously known as
'netperf-wrapper'.

WWW: https://flent.org
2018-10-22 15:34:55 +00:00

34 lines
658 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= flent
PORTVERSION= 1.2.2
DISTVERSIONPREFIX= v
CATEGORIES= net
MASTER_SITES= GH \
ZI
MAINTAINER= zi@FreeBSD.org
COMMENT= FLExible Network Tester
LICENSE= GPLv3
RUN_DEPENDS= fping>0:net/fping \
iperf>0:benchmarks/iperf \
netperf>0:benchmarks/netperf
USES= desktop-file-utils python:2.7 shared-mime-info
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= tohojo
NO_ARCH= yes
OPTIONS_DEFINE= MATPLOT
MATPLOT_DESC= Plot results using matplotlib (requires X)
MATPLOT_RUN_DEPENDS= py-matplotlib>0:math/py-matplotlib
.include <bsd.port.options.mk>
.include <bsd.port.mk>