blob: 106c4d725e8f4fd257500320f5dbaed1a5278ebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|