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

31 lines
595 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/09/28 20:12:16 jeremy Exp $
2008-12-08 06:08:43 -05:00
SHARED_ONLY = Yes
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
LIB_DEPENDS = ${MODRUBY_LIB_DEPENDS}
WANTLIB += c m
MODULES = lang/ruby
2008-12-08 06:08:43 -05:00
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rake
.include <bsd.port.mk>