freebsd-ports/devel/rubygem-get_process_mem/Makefile
Michael Moll e2f085926d new port: devel/rubygem-get_process_mem
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)
2015-05-08 18:47:20 +00:00

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>