1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/rubygem-gobject-introspection/Makefile
2013-10-30 02:34:55 +00:00

21 lines
532 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
.include <bsd.port.mk>