openbsd-ports/devel/ruby-prof/Makefile
2011-09-16 09:24:48 +00:00

29 lines
549 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/09/16 09:24:58 espie Exp $
COMMENT = fast code profiler for Ruby
DISTNAME = ruby-${PKGNAME}
PKGNAME = prof-0.10.6
REVISION= 0
CATEGORIES = devel
HOMEPAGE = http://ruby-prof.rubyforge.org/
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
# A few regress failures
MODRUBY_REGRESS = rake
RAKE_REGRESS_TARGET = build test
.include <bsd.port.mk>