ports/benchmarks/rubygem-benchmark-memory/Makefile
2021-04-06 16:31:07 +02:00

21 lines
426 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= benchmark-memory
PORTVERSION= 0.1.2
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Benchmark-style memory profiling for Ruby 2.1+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-memory_profiler>=0.9:devel/rubygem-memory_profiler
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>