summaryrefslogtreecommitdiff
path: root/benchmarks/py-throughpy/Makefile
blob: 63074dcc4d2307c2f02033051e82456bc37c25a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	throughpy
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	benchmarks python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	contato@kanazuchi.com
COMMENT=	Python script to test throughput with iperf3
WWW=		https://github.com/kanazux/throughpy

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	iperf3>=0:benchmarks/iperf3

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>