openbsd-ports/devel/ruby-debug-base/Makefile
jeremy 006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00

27 lines
528 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/10/26 21:42:14 jeremy Exp $
COMMENT = faster implementation of the standard debug.rb - base
DISTNAME = ruby-debug-base-0.10.3
REVISION = 0
CATEGORIES = devel
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::devel/ruby-linecache
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
MODRUBY_REGRESS = rake
.include <bsd.port.mk>