summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-hocon/Makefile19
-rw-r--r--devel/rubygem-hocon/distinfo3
-rw-r--r--devel/rubygem-hocon/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 29d0079772f7..bdb9dfe59651 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5464,6 +5464,7 @@
SUBDIR += rubygem-hike
SUBDIR += rubygem-hike1
SUBDIR += rubygem-hitimes
+ SUBDIR += rubygem-hocon
SUBDIR += rubygem-hoe
SUBDIR += rubygem-holidays
SUBDIR += rubygem-http_accept_language
diff --git a/devel/rubygem-hocon/Makefile b/devel/rubygem-hocon/Makefile
new file mode 100644
index 000000000000..d2edc60839d0
--- /dev/null
+++ b/devel/rubygem-hocon/Makefile
@@ -0,0 +1,19 @@
+# $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>
diff --git a/devel/rubygem-hocon/distinfo b/devel/rubygem-hocon/distinfo
new file mode 100644
index 000000000000..1981be1084f4
--- /dev/null
+++ b/devel/rubygem-hocon/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499441345
+SHA256 (rubygem/hocon-1.2.5.gem) = 33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88
+SIZE (rubygem/hocon-1.2.5.gem) = 147968
diff --git a/devel/rubygem-hocon/pkg-descr b/devel/rubygem-hocon/pkg-descr
new file mode 100644
index 000000000000..75c8207a07ac
--- /dev/null
+++ b/devel/rubygem-hocon/pkg-descr
@@ -0,0 +1,5 @@
+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