blob: 5140cbb58b6fa84318121e0133dc2934a2f54c7b (
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
USE_RUBY= yes
.include <bsd.port.mk>
|