All fields from the ps command can be fetched by calling a function of their name (see SYNOPSIS). If the pid is not given as an argument to the function, $$ (cur pid) is assumed. ok ajacoutot@
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/18 13:19:36 robert Exp $
|
|
|
|
COMMENT = extension to get pid info from /bin/ps
|
|
|
|
DISTNAME = Unix-Process-1.3101
|
|
CATEGORIES = sysutils
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-IPC-System-Simple
|
|
|
|
.include <bsd.port.mk>
|