forked from Lainports/freebsd-ports
Get memory usage of a process in Ruby WWW: https://github.com/schneems/get_process_mem PR: 199928 Differential Revision: https://reviews.freebsd.org/D2488 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: mat (mentor)
17 lines
281 B
Makefile
17 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= get_process_mem
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@michael-fausten.de
|
|
COMMENT= Get memory usage of a process in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|