aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gio2/Makefile17
-rw-r--r--devel/rubygem-gio2/distinfo2
-rw-r--r--devel/rubygem-gio2/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 51a74e174b69..fbcf1b437116 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4049,6 +4049,7 @@
SUBDIR += rubygem-getopt-declare
SUBDIR += rubygem-gettext
SUBDIR += rubygem-gibbler
+ SUBDIR += rubygem-gio2
SUBDIR += rubygem-git
SUBDIR += rubygem-glib2
SUBDIR += rubygem-gobject-introspection
diff --git a/devel/rubygem-gio2/Makefile b/devel/rubygem-gio2/Makefile
new file mode 100644
index 000000000000..09c391812f15
--- /dev/null
+++ b/devel/rubygem-gio2/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= gio2
+PORTVERSION= 2.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby binding for GLib2
+
+RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gio2/distinfo b/devel/rubygem-gio2/distinfo
new file mode 100644
index 000000000000..242172169f30
--- /dev/null
+++ b/devel/rubygem-gio2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gio2-2.0.2.gem) = 326c520d58df4d7ea0dbc18ebbf37dfc46585c20d6f4f901fad1cfb25592a269
+SIZE (rubygem/gio2-2.0.2.gem) = 56320
diff --git a/devel/rubygem-gio2/pkg-descr b/devel/rubygem-gio2/pkg-descr
new file mode 100644
index 000000000000..ea9c8d3da296
--- /dev/null
+++ b/devel/rubygem-gio2/pkg-descr
@@ -0,0 +1,3 @@
+Ruby/GIO2 is a Ruby binding of gio-2.x.
+
+WWW: http://ruby-gnome2.sourceforge.jp/