freebsd-ports/devel/rubygem-gio2/Makefile
2019-01-14 15:45:19 +00:00

18 lines
319 B
Makefile

# $FreeBSD$
PORTNAME= gio2
PORTVERSION= 3.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for gio 2.x
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>