aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-nsa-rails5/Makefile
blob: 7518acd5dfc2c35304459faf09e95f073f5697ef (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.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails5

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Deliver Rails ActiveSupport::Notifications to a Statsd backend
WWW=		https://github.com/localshred/nsa

RUN_DEPENDS=	rubygem-activesupport5>=4.2<7.2:devel/rubygem-activesupport5 \
		rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
		rubygem-sidekiq>=3.5:devel/rubygem-sidekiq \
		rubygem-statsd-ruby>=1.4.0<2:devel/rubygem-statsd-ruby

USES=		gem shebangfix

NO_ARCH=	yes

SHEBANG_FILES=	bin/setup

.include <bsd.port.mk>