aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-statsd-instrument/Makefile
blob: 30fdf38cea1667ff701e57b487cc46bd158e0d43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	statsd-instrument
PORTVERSION=	3.5.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	StatsD client for Ruby applications
WWW=		https://github.com/Shopify/statsd-instrument

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>