7176f18e7a
Remove USE_RAKE. It was used to control dependency to ruby-rake package befor ruby 2.0 days. Now all ruby*-base package contains rake command and USE_RAKE is already not used in any where.
19 lines
466 B
Makefile
19 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/11/18 16:20:22 taca Exp $
|
|
|
|
DISTNAME= mkrf-0.2.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://mkrf.rubyforge.org/
|
|
COMMENT= Library for generating Rakefiles
|
|
LICENSE= mit
|
|
|
|
SUBST_CLASSES+= rake
|
|
SUBST_STAGE.rake= pre-configure
|
|
SUBST_FILES.rake= lib/mkrf/rakehelper.rb
|
|
SUBST_VARS.rake= RAKE
|
|
SUBST_MESSAGE.rake= Fixate rake's path.
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|