summaryrefslogtreecommitdiff
path: root/devel/rubygem-memory_profiler/Makefile
blob: 3f66774829a98541323e7f927afe5e9c723a6fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	memory_profiler
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Memory profiling routines for Ruby 2.3+
WWW=		https://rubygems.org/gems/memory_profiler

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/ruby-memory-profiler

.include <bsd.port.mk>