blob: b998709a53b2997c159fae22d2d65ee38108afbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|