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

PORTNAME=   prometheus-client-mmap
DISTVERSION=    0.9.1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= idefix@fechner.net
COMMENT=    Suite of instrumentation metric primitives

LICENSE=    RUBY

LIB_DEPENDS+=   libunwind.so:devel/libunwind

USES=       gem
USE_RUBY=   yes

.include <bsd.port.mk>