opnsense-ports/x11-toolkits/rubygem-gtksourceview3/Makefile
Franco Fichtner bd10d0aaac */*: sync with upstream
Taken from: HardenedBSD
2018-08-10 10:11:12 +02:00

22 lines
524 B
Makefile

# $FreeBSD$
PORTNAME= gtksourceview3
PORTVERSION= 3.2.9
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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-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 gnome
.include <bsd.port.mk>