mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
28 lines
526 B
Makefile
28 lines
526 B
Makefile
COMMENT = fast code profiler for Ruby
|
|
|
|
DISTNAME = ruby-${PKGNAME}
|
|
PKGNAME = prof-2.0.4
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/ruby-prof/ruby-prof
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# C11
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
|
|
MODRUBY_TEST = ruby
|
|
MODRUBY_TEST_TARGET = -rruby_prof -e 'ARGV.each{|f| require 'f'}' \
|
|
./test/*_test.rb
|
|
|
|
.include <bsd.port.mk>
|