freebsd-ports/graphics/rubygem-gdk_pixbuf2/Makefile

20 lines
322 B
Makefile
Raw Normal View History

# $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>