aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-gdk_pixbuf2/Makefile
blob: 09c88919419e565714dc50d780996bf7d71e0f27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   gdk_pixbuf2
PORTVERSION=    3.0.8
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:autoplist

.include <bsd.port.mk>