opnsense-ports/sysutils/jps/Makefile
Franco Fichtner f403dd80c6 */*: sync with upstream
Taken from: FreeBSD
2024-03-22 08:28:46 +01:00

20 lines
435 B
Makefile

PORTNAME= jps
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://ext.by/jps/
MAINTAINER= pavel@ext.by
COMMENT= Wrapper to ps(1) that maps pids to jails
WWW= http://ext.by/jps/
BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= openjdk*
USES= perl5 shebangfix
PLIST_FILES= bin/jps share/man/man1/jps.1.gz
SHEBANG_FILES= jps.pl
.include <bsd.port.mk>