aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-memory_profiler/Makefile
blob: c629a7afdc0eaa50329f778d0ef2180a48f9b488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>