17 lines
283 B
Makefile
Executable File
17 lines
283 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:49:48 sthen Exp $
|
|
|
|
COMMENT= interface to the system's process table#'
|
|
|
|
DISTNAME = Proc-ProcessTable-0.53
|
|
CATEGORIES= sysutils
|
|
REVISION = 2
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c kvm perl
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|