mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
396 B
Makefile
18 lines
396 B
Makefile
COMMENT = get memory usage of a process
|
|
|
|
DISTNAME = get_process_mem-1.0.0
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://github.com/schneems/get_process_mem
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.0,<2
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|