opnsense-ports/devel/rubygem-tracer/Makefile
Franco Fichtner 93ad291116 */*: sync with upstream
Taken from: FreeBSD
2023-06-06 09:10:30 +02:00

18 lines
356 B
Makefile

PORTNAME= tracer
PORTVERSION= 0.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Output a source level execution trace of a Ruby program
WWW= https://github.com/ruby/tracer
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>