Allow ruby-toml to depend on ruby-parslet 1.6 and later.
Bump PKGREVISION.
This commit is contained in:
parent
48709ac9e5
commit
101f5845f3
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/02/01 12:44:11 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/11/18 16:09:24 taca Exp $
|
||||
|
||||
DISTNAME= toml-0.1.2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,7 +10,9 @@ HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=toml/}
|
|||
COMMENT= Parser for a sane configuration format
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-parslet>=1.5.0<1.6:../../devel/ruby-parslet
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-parslet>=1.5.0:../../devel/ruby-parslet
|
||||
|
||||
OVERRIDE_GEMSPEC+= parslet>=1.5.0
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue