blob: a4011a438e7623e27af4e8cf3f47e9af5a49a0be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= gobject-introspection
PORTVERSION= 4.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of GObject Introspection
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>
|