20 lines
341 B
Makefile
Executable File
20 lines
341 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.22 2014/11/10 19:10:47 benoit Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the system's process table
|
|
|
|
DISTNAME = Proc-ProcessTable-0.51
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c kvm
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|