aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/py-throughpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/py-throughpy/Makefile')
-rw-r--r--benchmarks/py-throughpy/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/benchmarks/py-throughpy/Makefile b/benchmarks/py-throughpy/Makefile
new file mode 100644
index 000000000000..6a00fd97d971
--- /dev/null
+++ b/benchmarks/py-throughpy/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= throughpy
+PORTVERSION= 0.1
+CATEGORIES= benchmarks python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= contato@kanazuchi.com
+COMMENT= Python script to test throughput with iperf3
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= iperf3>=0:benchmarks/iperf3
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>