mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
PORTNAME= ruby-prof
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Fast profiler for Ruby
|
|
WWW= https://github.com/ruby-prof/ruby-prof
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/ruby-prof bin/ruby-prof-check-trace
|
|
|
|
.include <bsd.port.mk>
|