mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4c68c01d0f
Approved by: portmgr@ (bapt@)
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# New ports collection makefile for: jps
|
|
# Date created: 27 March 2004
|
|
# Whom: Pavel Novikov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jps
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ext.by/jps/
|
|
|
|
MAINTAINER= pavel@ext.by
|
|
COMMENT= Wrapper to ps(1) that maps pids to jails
|
|
|
|
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
MAN1= jps.1
|
|
MANCOMPRESSED= yes
|
|
USE_PERL5= yes
|
|
PLIST_FILES= bin/jps
|
|
|
|
.include <bsd.port.mk>
|