c02cda76c0
Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtksourceview2
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for gtksourceview-2.x
|
|
|
|
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
|
|
|
|
USE_GNOME= gtksourceview2
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|