aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-nsa-rails5/Makefile
blob: bf41015878f9e1c380758331571c316f5c25227f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	nsa
PORTVERSION=	0.2.7
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails5

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Deliver Rails ActiveSupport::Notifications to a Statsd backend

RUN_DEPENDS=	rubygem-activesupport5>=4.2:devel/rubygem-activesupport5 \
		rubygem-concurrent-ruby>=1.0.2:devel/rubygem-concurrent-ruby \
		rubygem-sidekiq>=3.5:devel/rubygem-sidekiq \
		rubygem-statsd-ruby>=1.4:devel/rubygem-statsd-ruby

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

SHEBANG_FILES=	bin/setup

.include <bsd.port.mk>