aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-06-10 02:46:35 +0800
committerswills <swills@FreeBSD.org>2013-06-10 02:46:35 +0800
commit58375587a0229e92939c650c508cbd2c9ea28979 (patch)
tree1d718f7ba9aeee7f9d9be29a4e0b6d75c13542b0 /devel
parent164b4eb1fe8824de70fc26cf76e28b87359db90a (diff)
downloadfreebsd-ports-gnome-58375587a0229e92939c650c508cbd2c9ea28979.tar.gz
freebsd-ports-gnome-58375587a0229e92939c650c508cbd2c9ea28979.tar.zst
freebsd-ports-gnome-58375587a0229e92939c650c508cbd2c9ea28979.zip
Ruby binding for GObjectIntrospection
WWW: http://ruby-gnome2.sourceforge.jp/
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gobject-introspection/Makefile20
-rw-r--r--devel/rubygem-gobject-introspection/distinfo2
-rw-r--r--devel/rubygem-gobject-introspection/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 132b672b2225..51a74e174b69 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4051,6 +4051,7 @@
SUBDIR += rubygem-gibbler
SUBDIR += rubygem-git
SUBDIR += rubygem-glib2
+ SUBDIR += rubygem-gobject-introspection
SUBDIR += rubygem-grit
SUBDIR += rubygem-hashie
SUBDIR += rubygem-highline
diff --git a/devel/rubygem-gobject-introspection/Makefile b/devel/rubygem-gobject-introspection/Makefile
new file mode 100644
index 000000000000..330e05607b92
--- /dev/null
+++ b/devel/rubygem-gobject-introspection/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= gobject-introspection
+PORTVERSION= 2.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby binding for GObjectIntrospection
+
+BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gobject-introspection/distinfo b/devel/rubygem-gobject-introspection/distinfo
new file mode 100644
index 000000000000..63dd5d5ffe40
--- /dev/null
+++ b/devel/rubygem-gobject-introspection/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gobject-introspection-2.0.2.gem) = 06127a6814f07e27dea22c56a9c99cd610f60d0ea386e3d8325c06c9e714fb0a
+SIZE (rubygem/gobject-introspection-2.0.2.gem) = 32768
diff --git a/devel/rubygem-gobject-introspection/pkg-descr b/devel/rubygem-gobject-introspection/pkg-descr
new file mode 100644
index 000000000000..50352ab8b47d
--- /dev/null
+++ b/devel/rubygem-gobject-introspection/pkg-descr
@@ -0,0 +1,3 @@
+Ruby binding for GObjectIntrospection
+
+WWW: http://ruby-gnome2.sourceforge.jp/