26 lines
519 B
Makefile
26 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/11/27 11:09:56 pirofti Exp $
|
|
|
|
COMMENT = faster implementation of the standard debug.rb - base
|
|
|
|
DISTNAME = ruby-${PKGNAME}
|
|
PKGNAME = debug-base-0.10.3
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
|
|
# 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,${MODRUBY_FLAVOR}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|