freebsd-ports/x11-toolkits/rubygem-gtksourceview3/Makefile

22 lines
468 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= gtksourceview3
PORTVERSION= 3.1.0
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \
rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3
NO_ARCH= yes
USE_GNOME= gtksourceview3
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>