1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-toolkits/rubygem-gtksourceview3/Makefile
Sunpoet Po-Chuan Hsieh 18ca2daa0a Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:19:35 +00:00

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>