mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
17 lines
305 B
Makefile
17 lines
305 B
Makefile
PORTNAME= metrics
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Application metrics and instrumentation
|
|
WWW= https://github.com/socketry/metrics
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|