opnsense-ports/devel/rubygem-memory_profiler/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
359 B
Makefile

PORTNAME= memory_profiler
PORTVERSION= 1.0.1
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>