aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-11-12 03:36:03 +0000
committerSteve Wills <swills@FreeBSD.org>2014-11-12 03:36:03 +0000
commit1be0656d21f85db07e164481e33bc3ef2c7b7b4e (patch)
treeebf35cbbe718a39bfe8fc90a44307cb3be955681 /sysutils
parent56254ff7cdf2df13eab093e8b6b8d146a78f725e (diff)
downloadports-1be0656d21f85db07e164481e33bc3ef2c7b7b4e.tar.gz
ports-1be0656d21f85db07e164481e33bc3ef2c7b7b4e.zip
Notes
Diffstat (limited to 'sysutils')
-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>