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/Makefile | |
parent | f1be6af8fa6fb279543992cc5c62c55a59e4e763 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/rubygem-gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/rubygem-gtksourceview3/Makefile | 18 |
1 files changed, 18 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> |