freebsd-ports/graphics/rubygem-clutter-gdk/Makefile
2018-08-09 14:45:04 +00:00

22 lines
449 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gdk
PORTVERSION= 3.2.9
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>