aboutsummaryrefslogblamecommitdiff
path: root/benchmarks/py-throughpy/Makefile
blob: b49db87fac2f0f52d9d53f2bcd6412c18ed5d533 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                            
                           




                                   
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>