mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
Changes: https://github.com/ruby-gnome/ruby-gnome/releases https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
19 lines
459 B
Makefile
19 lines
459 B
Makefile
PORTNAME= gobject-introspection
|
|
PORTVERSION= 4.2.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby binding of GObject Introspection
|
|
WWW= https://ruby-gnome.github.io/ \
|
|
https://github.com/ruby-gnome/ruby-gnome
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-glib2
|
|
|
|
USES= gem gnome
|
|
USE_GNOME= introspection
|
|
|
|
.include <bsd.port.mk>
|