blob: 066f1955d21b6bc8d1cce9014db71a14a12915df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= traces
PORTVERSION= 0.18.1
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>
|