freebsd-ports/graphics/rubygem-gdk_pixbuf2/Makefile
Steve Wills d278c5733f x11/rubygem-gnome2: update to 3.1.0
Update x11/rubygem-gnome2 and friends to 3.1.0
2017-01-01 18:57:52 +00:00

19 lines
322 B
Makefile

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