mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# $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>
|