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