mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
16 lines
360 B
Makefile
16 lines
360 B
Makefile
COMMENT= command-line client for speedtest.net bandwidth tester
|
|
|
|
MODPY_DISTV= 2.1.4b2
|
|
DIST_TUPLE= github Kowa92 speedtest-cli c611787bfa98d4870558906e89b0ab430649cb25 .
|
|
PKGNAME= speedtest-cli-${MODPY_DISTV:S/b/beta/}
|
|
CATEGORIES= benchmarks net
|
|
REVISION= 1
|
|
|
|
# Apache 2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|