mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
22 lines
412 B
Makefile
22 lines
412 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}
|
|
|
|
MAN1= jtop.1
|
|
MANCOMPRESSED= yes
|
|
USES= perl5
|
|
PLIST_FILES= bin/jtop
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|