openbsd-ports/benchmarks/speedtest-cli/Makefile
2022-03-11 18:21:39 +00:00

19 lines
356 B
Makefile

COMMENT = command-line client for speedtest.net bandwidth tester
MODPY_EGG_VERSION = 2.1.3
DISTNAME = speedtest-cli-${MODPY_EGG_VERSION}
CATEGORIES = benchmarks net
REVISION = 0
HOMEPAGE = https://github.com/sivel/speedtest-cli
# Apache 2
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>