1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/s-tui/Makefile
Yuri Victorovich 1949eca293 New port: sysutils/s-tui: Stress Terminal UI - stress test and monitoring tool
While here, fixed 2 minot sorting problems in sysutils/Makefile.

PR:		227504
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-14 06:53:30 +00:00

21 lines
454 B
Makefile

# $FreeBSD$
PORTNAME= s-tui
DISTVERSION= 0.6.7.4
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Stress Terminal UI - stress test and monitoring tool
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes
.include <bsd.port.mk>