mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Ruby/GIO2 is a Ruby binding of gio-2.x.
WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
parent
ad266bde8c
commit
6eb2b6ca7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320383
4 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
17
devel/rubygem-gio2/Makefile
Normal file
17
devel/rubygem-gio2/Makefile
Normal file
|
@ -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>
|
2
devel/rubygem-gio2/distinfo
Normal file
2
devel/rubygem-gio2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/gio2-2.0.2.gem) = 326c520d58df4d7ea0dbc18ebbf37dfc46585c20d6f4f901fad1cfb25592a269
|
||||
SIZE (rubygem/gio2-2.0.2.gem) = 56320
|
3
devel/rubygem-gio2/pkg-descr
Normal file
3
devel/rubygem-gio2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby/GIO2 is a Ruby binding of gio-2.x.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
Loading…
Add table
Reference in a new issue