blob: 890ebd759b24b3516ae1e7d3ffe019f04217d3e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= traces
PORTVERSION= 0.15.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Application instrumentation and tracing
WWW= https://socketry.github.io/traces/ \
https://github.com/socketry/traces
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|