aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-newrelic-grape/Makefile
blob: d28dd5662194e4f3e7b4d7fbb08c16aea626fd0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	newrelic-grape
PORTVERSION=	2.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Newrelic instrument for grape

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

RUN_DEPENDS?=	rubygem-grape>=0:devel/rubygem-grape \
		rubygem-newrelic_rpm>=0:devel/rubygem-newrelic_rpm

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>