aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-prometheus-client-mmap/Makefile
blob: 0e083f068532a1792d1aa473e7b63d738afffa52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   prometheus-client-mmap
DISTVERSION=    0.7.0.beta5
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= tz@FreeBSD.org
COMMENT=    Suite of instrumentation metric primitives

LICENSE=    RUBY

RUN_DEPENDS=    rubygem-mmap2>=2.2.6:devel/rubygem-mmap2

NO_ARCH=    yes
USES=       gem
USE_RUBY=   yes

.include <bsd.port.mk>