Files
ports/graphics/rubygem-rsvg2/Makefile
Sunpoet Po-Chuan Hsieh 8534d5fb90 - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:25:49 +00:00

22 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= rsvg2
PORTVERSION= 3.0.7
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for librsvg2
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-cairo>=1.12.8:${PORTSDIR}/graphics/rubygem-cairo \
rubygem-gdk_pixbuf2>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2
USE_GNOME= librsvg2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>