freebsd-ports/devel/rubygem-cairo-gobject/Makefile
Po-Chuan Hsieh e2bfebad19
devel/rubygem-cairo-gobject: Update to 4.0.8
- Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-01-30 21:01:48 +08:00

21 lines
491 B
Makefile

PORTNAME= cairo-gobject
PORTVERSION= 4.0.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of cairo-gobject
WWW= https://ruby-gnome.github.io/ \
https://github.com/ruby-gnome/ruby-gnome
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
RUN_DEPENDS= rubygem-cairo>=1.16.2:graphics/rubygem-cairo \
rubygem-glib2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-glib2
USES= gem gnome
USE_GNOME= cairo glib20
.include <bsd.port.mk>