freebsd-ports/devel/rubygem-gio2/Makefile
Sunpoet Po-Chuan Hsieh 7333aac970 Update to 3.3.6
- Take maintainership

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

18 lines
322 B
Makefile

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