opnsense-ports/net/py-speedometer/Makefile
Franco Fichtner 51ded772d0 */*: sync with upstream
Taken from: FreeBSD
2023-05-02 07:11:32 +02:00

20 lines
518 B
Makefile

PORTNAME= Speedometer
DISTVERSION= 2.9
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Chart network TX/RX and file download rates on the console
WWW= https://excess.org/speedometer/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>