openbsd-ports/devel/ruby-debug-base/Makefile
jeremy cd038e2bbb Modify PKGNAME to not begin with ruby-, since that is automatically
added to FULLPKGNAME by ruby.port.mk.

OK landry@
2010-11-16 18:14:54 +00:00

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>