* Drop RUBY_JSON_REQD.

* Remove wrong overriding simple_uuid dependency in gemspec.

Bump PKGREVISION.
This commit is contained in:
taca 2017-06-01 04:41:05 +00:00
parent c131b47d8b
commit 0fcba6aa10

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.12 2017/04/19 11:24:37 jperkin Exp $
# $NetBSD: Makefile,v 1.13 2017/06/01 04:41:05 taca Exp $
DISTNAME= cassandra-0.23.0
PKGREVISION= 1
CATEGORIES= databases ruby
MAINTAINER= pkgsrc-users@NetBSD.org
@ -11,10 +12,5 @@ LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.3<1:../../devel/ruby-simple_uuid
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client<0.9:../../devel/ruby-thrift_client
RUBY_JSON_REQD= 0
USE_RAKE= run
OVERRIDE_GEMSPEC= simple_uuid~>0.2
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/json.mk"
.include "../../mk/bsd.pkg.mk"