summaryrefslogtreecommitdiff
path: root/math/rubygem-mtrc/Makefile
blob: 570ab7c462b78c54cf51db9056540db9ec729c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	mtrc
DISTVERSION=	0.0.4
CATEGORIES=	math rubygems benchmarks
MASTER_SITES=	RG

MAINTAINER=	dch@FreeBSD.org
COMMENT=	Minimal metric aggregation library
WWW=		https://github.com/aphyr/mtrc

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>