bd36cc8b12
- Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gdk_pixbuf2
|
|
PORTVERSION= 2.2.5
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for GdkPixbuf2
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
|
|
|
USE_GNOME= gdkpixbuf2
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|