aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/py-throughpy/Makefile
blob: ca55cb4b0176e6f9854fde4aa270214da853b7e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>