freebsd-ports/devel/rubygem-gio2/Makefile
Sunpoet Po-Chuan Hsieh 266b46e759 Update to 3.1.4
- Fix RUN_DEPENDS: remove rubygem-rake

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-05-31 14:54:41 +00:00

19 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= gio2
PORTVERSION= 3.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for gio 2.x
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 \
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>