18 lines
284 B
Makefile
18 lines
284 B
Makefile
PORTNAME= heapy
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= CLI for analyzing Ruby Heap dumps
|
|
WWW= https://github.com/schneems/heapy
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/heapy
|
|
|
|
.include <bsd.port.mk>
|