mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
19 lines
443 B
Makefile
19 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gobject-introspection
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for GObjectIntrospection
|
|
|
|
BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
|
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>
|