freebsd-ports/devel/rubygem-memory_profiler/Makefile
Matthias Fechner f971f259f0 Upgrade to 0.9.14.
Pass 'normalize_path: true' to pretty_print to have locations stripped
Improve number formatting
2019-07-08 08:13:38 +00:00

20 lines
354 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
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>