freebsd-ports/benchmarks/rubygem-benchmark-memory/Makefile
2019-07-07 09:35:47 +00:00

22 lines
438 B
Makefile

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