Use json.mk and rewrite json_pure to json to sync with (and fix) puppet.

Bump PKGREVISION.
This commit is contained in:
fhajny 2016-10-20 09:02:42 +00:00
parent 8fd14b0e82
commit ca5a10baf3

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2015/03/01 13:05:50 taca Exp $
# $NetBSD: Makefile,v 1.7 2016/10/20 09:02:42 fhajny Exp $
DISTNAME= hiera-1.3.4
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= time
MAINTAINER= pkgsrc-users@NetBSD.org
@ -10,6 +10,8 @@ COMMENT= Light weight hierarchical data store
LICENSE= apache-2.0
RUBYGEM_OPTIONS+= --format-executable
OVERRIDE_GEMSPEC+= json_pure:json>=1.6.0
.include "../../lang/ruby/json.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"