1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/jps/Makefile
2021-04-06 16:31:07 +02:00

21 lines
417 B
Makefile

# Created by: Pavel Novikov
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:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= openjdk*
USES= perl5 shebangfix
PLIST_FILES= bin/jps man/man1/jps.1.gz
SHEBANG_FILES= jps.pl
.include <bsd.port.mk>