mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/rubygem-io-like: remove USE_RAKE
This commit is contained in:
parent
ca2aea76c8
commit
2ca92f17e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414138
1 changed files with 3 additions and 2 deletions
|
@ -13,11 +13,11 @@ COMMENT= The interface of IO objects to classes providing a few simple methods
|
||||||
LICENSE= RUBY
|
LICENSE= RUBY
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems
|
BUILD_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems \
|
||||||
|
${LOCALBASE}/bin/rake:devel/rubygem-rake
|
||||||
RUN_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems
|
RUN_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RAKE= yes
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER}
|
GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER}
|
||||||
|
@ -47,6 +47,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" \
|
||||||
EXTRACT_SUFX=".gem"
|
EXTRACT_SUFX=".gem"
|
||||||
|
|
||||||
RUBYGEMBIN= ${LOCALBASE}/bin/gem${RUBY_VER:S/.//}
|
RUBYGEMBIN= ${LOCALBASE}/bin/gem${RUBY_VER:S/.//}
|
||||||
|
RAKE_BIN= ${LOCALBASE}/bin/rake
|
||||||
|
|
||||||
GEMFILES= ${GEM_NAME}.gem
|
GEMFILES= ${GEM_NAME}.gem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue