summaryrefslogtreecommitdiff
path: root/devel/rubygem-gobject-introspection/Makefile
blob: c17fbbd0d84d70dbf4eaca1ebf307fb41bc95409 (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.4.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby binding for GObjectIntrospection

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

BROKEN_sparc64=	does not build: fails to compile rb-gi-function-info.c

RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2

USES=		gem gnome
USE_GNOME=	introspection
USE_RUBY=	yes

.include <bsd.port.mk>