aboutsummaryrefslogtreecommitdiff
path: root/sysutils/puppet27/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/puppet27/Makefile')
-rw-r--r--sysutils/puppet27/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile
index ab35b867b263..f225fe20d383 100644
--- a/sysutils/puppet27/Makefile
+++ b/sysutils/puppet27/Makefile
@@ -101,4 +101,10 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN= Does not work with Ruby 2.0 or Ruby 2.1
+.endif
+
.include <bsd.port.post.mk>