28 lines
558 B
Makefile
28 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/11/16 18:14:54 jeremy Exp $
|
|
|
|
COMMENT = faster implementation of the standard debug.rb - base
|
|
|
|
DISTNAME = ruby-${PKGNAME}
|
|
PKGNAME = debug-base-0.10.3
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-linecache,${FLAVOR}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|