Files
ports/devel/rubygem-memory_profiler/Makefile
2021-04-06 16:31:07 +02:00

20 lines
342 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= memory_profiler
PORTVERSION= 0.9.14
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Memory profiling routines for Ruby 2.3+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>