opnsense-ports/devel/rubygem-gobject-introspection/Makefile
Franco Fichtner 2e24bb4a89 */*: sync with upstream
Taken from: FreeBSD
2015-05-04 07:50:47 +02:00

21 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= gobject-introspection
PORTVERSION= 2.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GObjectIntrospection
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
USE_GNOME= introspection
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>