diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-09 18:53:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-09 18:53:57 +0000 |
commit | 94fecaac805abd1cf7dcab5848aa49053ce4cc2b (patch) | |
tree | 213cc1921e89961d23f676e4a22a804653eceab1 /x11-toolkits/rubygem-gtksourceview3 | |
parent | f1be6af8fa6fb279543992cc5c62c55a59e4e763 (diff) | |
download | ports-94fecaac805abd1cf7dcab5848aa49053ce4cc2b.tar.gz ports-94fecaac805abd1cf7dcab5848aa49053ce4cc2b.zip |
Notes
Diffstat (limited to 'x11-toolkits/rubygem-gtksourceview3')
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview3/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview3/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview3/pkg-descr | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile new file mode 100644 index 000000000000..01252fd30186 --- /dev/null +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= gtksourceview3 +PORTVERSION= 2.0.2 +CATEGORIES= x11-toolkits rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x + +RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3 \ + gtksourceview3>=0:${PORTSDIR}/x11-toolkits/gtksourceview3 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtksourceview3/distinfo b/x11-toolkits/rubygem-gtksourceview3/distinfo new file mode 100644 index 000000000000..d8eb75101c7a --- /dev/null +++ b/x11-toolkits/rubygem-gtksourceview3/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gtksourceview3-2.0.2.gem) = 49dfe483e2ec7a94fdb24438bec81dea39e5363b5f19afde652312652d411c7b +SIZE (rubygem/gtksourceview3-2.0.2.gem) = 15872 diff --git a/x11-toolkits/rubygem-gtksourceview3/pkg-descr b/x11-toolkits/rubygem-gtksourceview3/pkg-descr new file mode 100644 index 000000000000..2c338e984197 --- /dev/null +++ b/x11-toolkits/rubygem-gtksourceview3/pkg-descr @@ -0,0 +1,3 @@ +Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x. + +WWW: http://ruby-gnome2.sourceforge.jp/ |