Add patch to gemspec so this runs with rake 12 (the default on ruby 2.4). Make tests work by adding a TDEP on ruby-hoe.
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/10/15 20:53:18 jeremy Exp $
|
|
|
|
COMMENT= extending Rake with remote task goodness
|
|
|
|
DISTNAME= rake-remote_task-2.4.2
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/ruby-open4,${MODRUBY_FLAVOR}
|
|
TEST_DEPENDS= devel/ruby-hoe,${MODRUBY_FLAVOR}
|
|
|
|
MODRUBY_TEST= rake
|
|
|
|
.include <bsd.port.mk>
|