freebsd-ports/devel/rubygem-gobject-introspection/Makefile

21 lines
546 B
Makefile

# $FreeBSD$
PORTNAME= gobject-introspection
PORTVERSION= 2.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GObjectIntrospection
BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>