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

28 lines
566 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/11/24 21:35:13 jeremy Exp $
2008-12-08 06:08:43 -05:00
COMMENT = faster implementation of the standard debug.rb - base
DISTNAME = ruby-${PKGNAME}
PKGNAME = debug-base-0.10.3
REVISION = 2
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,${MODRUBY_FLAVOR}
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>