3fad31a8c2
Update ruby-hocon to 1.2.6. ## 1.2.6 This is a bugfix release * Do not ship spec folder with gem ([PA-2942](https://tickets.puppetlabs.com/browse/PA-2942))
16 lines
377 B
Makefile
16 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/10/30 14:52:33 taca Exp $
|
|
|
|
DISTNAME= hocon-1.2.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/puppetlabs/ruby-hocon
|
|
COMMENT= Ruby port of the Typesafe Config library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|