ports/graphics/rubygem-clutter-gdk/Makefile
2019-03-29 11:18:43 +00:00

22 lines
450 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gdk
PORTVERSION= 3.3.6
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of GDK specific API of Clutter
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \
rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>