ports/devel/rubygem-gobject-introspection/Makefile
Sunpoet Po-Chuan Hsieh 7bfafa8cf3 Update to 3.3.6
- Take maintainership

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

22 lines
485 B
Makefile

# $FreeBSD$
PORTNAME= gobject-introspection
PORTVERSION= 3.3.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding for GObjectIntrospection
LICENSE= LGPL21+
BROKEN_sparc64= does not build: fails to compile rb-gi-function-info.c
BUILD_DEPENDS= rubygem-pkg-config>=0:devel/rubygem-pkg-config
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
USES= gem gnome
USE_GNOME= introspection
USE_RUBY= yes
.include <bsd.port.mk>