openbsd-ports/devel/ruby-debug-base/Makefile

27 lines
528 B
Makefile
Raw Normal View History

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