freebsd-ports/graphics/rubygem-clutter-gdk/Makefile
Po-Chuan Hsieh bcf86e0c5c
graphics/rubygem-clutter-gdk: 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:49 +08:00

22 lines
525 B
Makefile

PORTNAME= clutter-gdk
PORTVERSION= 4.0.8
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of GDK-specific API of Clutter
WWW= https://ruby-gnome.github.io/ \
https://github.com/ruby-gnome/ruby-gnome
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}<${PORTVERSION}_99:graphics/rubygem-clutter \
rubygem-gdk3>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gdk3
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>