18 lines
265 B
Makefile
18 lines
265 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|