freebsd-ports/devel/rubygem-hocon/Makefile
Romain Tartière ee30f238a6 This is a port of the Typesafe Config library to Ruby.
The library provides Ruby support for the HOCON configuration file format.

WWW: https://github.com/puppetlabs/ruby-hocon
2017-08-12 13:20:51 +00:00

19 lines
299 B
Makefile

# $FreeBSD$
PORTNAME= hocon
PORTVERSION= 1.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Ruby port of the Typesafe Config library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/hocon
.include <bsd.port.mk>