mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
19 lines
386 B
Makefile
19 lines
386 B
Makefile
PORTNAME= get_process_mem
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Get memory usage of a process in Ruby
|
|
WWW= https://github.com/schneems/get_process_mem
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=2.0:math/rubygem-bigdecimal \
|
|
rubygem-ffi>=1.0<2:devel/rubygem-ffi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|