mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
25 lines
500 B
Makefile
25 lines
500 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= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
MAN1= jtop.1
|
|
MANCOMPRESSED= yes
|
|
USE_PERL5= yes
|
|
PLIST_FILES= bin/jtop
|
|
|
|
.include <bsd.port.mk>
|