mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
18ca2daa0a
- Take maintainership Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
23 lines
442 B
Makefile
23 lines
442 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtksourceview3
|
|
PORTVERSION= 3.3.6
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3
|
|
|
|
USES= gem gnome
|
|
USE_GNOME= gtksourceview3
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|