freebsd-ports/devel/rubygem-ruby-prof/Makefile
Steve Wills 2d232488ca - Update to 0.11.3
- Update maintainer email address

PR:		ports/174773
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2013-01-22 02:20:01 +00:00

20 lines
409 B
Makefile

# Ports collection makefile for: rubygem-ruby-prof
# Date created: 27 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= ruby-prof
PORTVERSION= 0.11.3
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>