mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/puppet27: Mark broken with Ruby 2.0 and 2.1
Technically any Ruby version 1.9 or newer isn't supported: https://docs.puppetlabs.com/guides/platforms.html#ruby-versions but I didn't hear any complaints about Puppet 2.7 not working until 2.0 became default, so leave it for now, instead of deleting it.
This commit is contained in:
parent
56254ff7cd
commit
1be0656d21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372481
1 changed files with 6 additions and 0 deletions
|
@ -101,4 +101,10 @@ post-install:
|
||||||
.endif
|
.endif
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue