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

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>