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

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

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby binding for GLib2

LICENSE=    LGPL21+

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

USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>