diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-01-20 07:45:28 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-01-20 07:45:28 +0000 |
commit | fb5a9edba5058da1ed053b30b51b65a92d1beacd (patch) | |
tree | a3328a70a7aec24015adaeaeef60b4939ea21a9a /misc | |
parent | dbcbf666a61917a77dada5b26a2ef2bd686263be (diff) | |
download | pkgsrc-fb5a9edba5058da1ed053b30b51b65a92d1beacd.tar.gz |
Limit Ruby versions to 2.0.x and 2.1.x
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-ohai/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index 340221114ee..4fde1c12a1d 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/01/19 21:21:11 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/20 07:45:28 fhajny Exp $ DISTNAME= ohai-8.0.1 CATEGORIES= misc @@ -21,5 +21,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-systemu>=2.6.4:../../misc/ruby-systemu DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress DEPENDS+= ${RUBY_PKGPREFIX}-net-dhcp>=0:../../net/ruby-net-dhcp +RUBY_VERSION_SUPPORTED= 200 21 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |