freebsd-ports/graphics/rubygem-gdk_pixbuf2/Makefile
Sunpoet Po-Chuan Hsieh 25a368970f Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:18:54 +00:00

22 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= gdk_pixbuf2
PORTVERSION= 3.3.6
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding for GdkPixbuf2
LICENSE= LGPL21+
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
RUN_DEPENDS= rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2
USES= gem gnome
USE_GNOME= gdkpixbuf2
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>