Use json.mk and rewrite json_pure to json to sync with (and fix) puppet.
Bump PKGREVISION.
This commit is contained in:
parent
8fd14b0e82
commit
ca5a10baf3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
DISTNAME= hiera-1.3.4
|
||||||
PKGREVISION= 1
|
PKGREVISION= 2
|
||||||
CATEGORIES= time
|
CATEGORIES= time
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
@ -10,6 +10,8 @@ COMMENT= Light weight hierarchical data store
|
||||||
LICENSE= apache-2.0
|
LICENSE= apache-2.0
|
||||||
|
|
||||||
RUBYGEM_OPTIONS+= --format-executable
|
RUBYGEM_OPTIONS+= --format-executable
|
||||||
|
OVERRIDE_GEMSPEC+= json_pure:json>=1.6.0
|
||||||
|
|
||||||
|
.include "../../lang/ruby/json.mk"
|
||||||
.include "../../lang/ruby/gem.mk"
|
.include "../../lang/ruby/gem.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
Loading…
Reference in a new issue