svn commit: r385309 - head/graphics/rubygem-goocanvas

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 19:36:11 UTC 2015


Author: sunpoet
Date: Sun May  3 19:36:10 2015
New Revision: 385309
URL: https://svnweb.freebsd.org/changeset/ports/385309

Log:
  - Add LICENSE

Modified:
  head/graphics/rubygem-goocanvas/Makefile

Modified: head/graphics/rubygem-goocanvas/Makefile
==============================================================================
--- head/graphics/rubygem-goocanvas/Makefile	Sun May  3 19:36:05 2015	(r385308)
+++ head/graphics/rubygem-goocanvas/Makefile	Sun May  3 19:36:10 2015	(r385309)
@@ -8,9 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby/GooCanvas is a Ruby binding of GooCanvas
 
+LICENSE=	LGPL21 LGPL3
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	libgoocanvas-2.0.so:${PORTSDIR}/graphics/goocanvas2
 RUN_DEPENDS=	rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \
 		rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3
-LIB_DEPENDS=	libgoocanvas-2.0.so:${PORTSDIR}/graphics/goocanvas2
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list