openbsd-ports/devel/ruby-prof/Makefile

28 lines
537 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2011/05/11 23:39:02 jeremy Exp $
COMMENT = fast code profiler for Ruby
DISTNAME = ruby-${PKGNAME}
PKGNAME = prof-0.10.6
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>