blob: 044e0b0487662cccf1d5c6dc00bda2c6bd880dc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= gobject-introspection
PORTVERSION= 4.2.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of GObject Introspection
WWW= https://ruby-gnome.github.io/ \
https://github.com/ruby-gnome/ruby-gnome
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-glib2
USES= gem gnome
USE_GNOME= introspection
.include <bsd.port.mk>
|