16 lines
311 B
Makefile
16 lines
311 B
Makefile
|
COMMENT = Ruby port of Java Typesafe Config
|
||
|
|
||
|
DISTNAME = hocon-1.4.0
|
||
|
CATEGORIES = devel
|
||
|
HOMEPAGE = https://github.com/puppetlabs/ruby-hocon
|
||
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||
|
|
||
|
# Apache 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|