2010-09-28 16:12:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/09/28 20:12:16 jeremy Exp $
|
2008-02-07 14:48:55 -05:00
|
|
|
|
2008-12-08 06:08:43 -05:00
|
|
|
SHARED_ONLY = Yes
|
2008-02-07 14:48:55 -05:00
|
|
|
|
2008-12-08 06:08:43 -05:00
|
|
|
COMMENT = faster implementation of the standard debug.rb - base
|
2008-02-07 14:48:55 -05:00
|
|
|
|
2008-12-08 06:08:43 -05:00
|
|
|
DISTNAME = ruby-debug-base-0.10.3
|
2010-09-23 18:30:24 -04:00
|
|
|
REVISION = 0
|
2008-12-08 06:08:43 -05:00
|
|
|
CATEGORIES = devel
|
2008-02-07 14:48:55 -05:00
|
|
|
|
2008-12-08 06:08:43 -05:00
|
|
|
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
|
2008-02-07 14:48:55 -05:00
|
|
|
|
|
|
|
# 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-02-07 14:48:55 -05:00
|
|
|
|
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-02-07 14:48:55 -05:00
|
|
|
|
2008-12-08 06:08:43 -05:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2008-02-07 14:48:55 -05:00
|
|
|
|
2010-09-23 18:30:24 -04:00
|
|
|
MODRUBY_REGRESS = rake
|
2008-02-07 14:48:55 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|