ports/devel/rubygem-gobject-introspection/Makefile
Mark Linimon 64f7b57590 Mark as broken on sparc64.
Approved by:	portmgr (tier-2 blanket)
2016-09-18 10:47:08 +00:00

21 lines
414 B
Makefile

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