mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
18 lines
356 B
Makefile
18 lines
356 B
Makefile
PORTNAME= tracer
|
|
PORTVERSION= 0.2.3
|
|
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>
|