aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-mtrc/Makefile
blob: 381f1f770dbb22becfb5fea379e84f0d3dcc60c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	mtrc
DISTVERSION=	0.0.4
CATEGORIES=	math rubygems benchmarks
MASTER_SITES=	RG

MAINTAINER=	dch@FreeBSD.org
COMMENT=	Minimal metric aggregation library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes
USE_RUBY=	yes

.include <bsd.port.mk>