freebsd-ports/devel/rubygem-get_process_mem/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
303 B
Makefile

PORTNAME= get_process_mem
PORTVERSION= 0.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fausten.de
COMMENT= Get memory usage of a process in Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>