? ruby-hoe-enable-tests.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-hoe/Makefile,v
retrieving revision 1.27
diff -u -p -u -r1.27 Makefile
--- Makefile	5 Nov 2017 17:27:20 -0000	1.27
+++ Makefile	13 Mar 2019 14:13:30 -0000
@@ -3,6 +3,7 @@
 COMMENT=	simple rake/rubygems helper for project Rakefiles
 
 DISTNAME=	hoe-3.16.1
+REVISION =	0
 CATEGORIES=	devel
 
 # MIT
@@ -12,6 +13,7 @@ MODULES=	lang/ruby
 
 CONFIGURE_STYLE=ruby gem
 
-# Tests require minitest > 5.3, which isn't in ports.
+MODRUBY_TEST =	rake
+TEST_DEPENDS =	devel/ruby-minitest,${MODRUBY_FLAVOR},>=5.11.3
 
 .include <bsd.port.mk>
