opnsense-ports/devel/rubygem-memory_profiler/Makefile
Franco Fichtner 47c4ba960d */*: sync with upstream
Taken from: HardenedBSD
2019-07-08 21:42:41 +02: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>