17 lines
326 B
Makefile
17 lines
326 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-prof
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= gogolok+freebsd@gmail.com
|
|
COMMENT= A fast profiler for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ruby-prof
|
|
|
|
.include <bsd.port.mk>
|