freebsd-ports/devel/rubygem-cairo-gobject/Makefile
Sunpoet Po-Chuan Hsieh dbe060ed2c Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:18:15 +00:00

20 lines
384 B
Makefile

# $FreeBSD$
PORTNAME= cairo-gobject
PORTVERSION= 3.3.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding for cairo-gobject
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-cairo>=1.16.2:graphics/rubygem-cairo \
rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
USES= gem gnome
USE_GNOME= cairo glib20
USE_RUBY= yes
.include <bsd.port.mk>