opnsense-ports/devel/rubygem-memory_profiler/Makefile
Franco Fichtner 4bf7251dc9 */*: sync with upstream
Taken from: FreeBSD
2024-06-20 13:34:26 +02:00

19 lines
359 B
Makefile

PORTNAME= memory_profiler
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Memory profiling routines for Ruby 2.3+
WWW= https://rubygems.org/gems/memory_profiler
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/ruby-memory-profiler
.include <bsd.port.mk>