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

29 lines
552 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2012/09/23 17:00:49 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 = 5
2008-12-08 06:08:43 -05:00
CATEGORIES = devel
# 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
FLAVORS = ruby18
FLAVOR = ruby18
CONFIGURE_STYLE = ruby gem ext
MODRUBY_REGRESS = rake
.include <bsd.port.mk>