summaryrefslogtreecommitdiff
path: root/devel/rubygem-gio2/Makefile
blob: 3e51c54136f2d3f772a31145d05bf5ac530ee65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	gio2
PORTVERSION=	3.4.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby binding for gio 2.x

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

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

USES=		gem gnome
USE_GNOME=	glib20
USE_RUBY=	yes

.include <bsd.port.mk>