1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/jtop/Makefile
Vanilla I. Shu c9bbfe2c2f Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-27 03:46:23 +00:00

20 lines
419 B
Makefile

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