Restrict to the same versions as the dependencies.

This commit is contained in:
joerg 2014-08-14 16:10:08 +00:00
parent 2fabed1ba2
commit 9c08f01eb2

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $
# $NetBSD: Makefile,v 1.4 2014/08/14 16:10:08 joerg Exp $
DISTNAME= shoulda-3.5.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=1.4.1<3.0:../../devel/ruby-shoulda
USE_LANGUAGES= # none
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"