mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
21 lines
374 B
Makefile
21 lines
374 B
Makefile
PORTNAME= get_process_mem
|
|
PORTVERSION= 0.2.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 0
|
|
|
|
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-ffi>=1.0<2:devel/rubygem-ffi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^0\.
|
|
|
|
.include <bsd.port.mk>
|