summaryrefslogtreecommitdiff
path: root/devel/rubygem-gobject-introspection/Makefile
blob: 4bc36a2b60af5d2ef87f4d6d2b6aff1888eeef16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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_FreeBSD_9=	fails to build
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>