opnsense-ports/sysutils/jtop/Makefile
Franco Fichtner f403dd80c6 */*: sync with upstream
Taken from: FreeBSD
2024-03-22 08:28:46 +01:00

18 lines
413 B
Makefile

PORTNAME= jtop
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://ext.by/jtop/
MAINTAINER= pavel@ext.by
COMMENT= Wrapper to top(1) that maps pids to jails
WWW= http://ext.by/jtop/
BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
PLIST_FILES= bin/jtop share/man/man1/jtop.1.gz
SHEBANG_FILES= jtop.pl
.include <bsd.port.mk>