freebsd-ports/sysutils/jtop/Makefile
Andrej Zverev 312fd92cc3 - convert to the new perl5 framework
Submitted by:	portmgr (bapt@, blanket)
2013-09-07 07:11:48 +00:00

24 lines
475 B
Makefile

# New ports collection makefile for: jtop
# Date created: 27 March 2004
# Whom: 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
.include <bsd.port.mk>