freebsd-ports/sysutils/jtop/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
407 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: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>