opnsense-ports/devel/rubygem-gobject-introspection/Makefile
Franco Fichtner bd10d0aaac */*: sync with upstream
Taken from: HardenedBSD
2018-08-10 10:11:12 +02:00

22 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= gobject-introspection
PORTVERSION= 3.2.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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
USE_GNOME= introspection
USE_RUBY= yes
USES= gem gnome
.include <bsd.port.mk>