Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:09:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388007 - head/devel/rubygem-gem_plugin
Message-ID:  <201505302309.t4UN9X7J089447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:09:32 2015
New Revision: 388007
URL: https://svnweb.freebsd.org/changeset/ports/388007

Log:
  - Add LICENSE
  - Remove USE_RAKE

Modified:
  head/devel/rubygem-gem_plugin/Makefile

Modified: head/devel/rubygem-gem_plugin/Makefile
==============================================================================
--- head/devel/rubygem-gem_plugin/Makefile	Sat May 30 23:09:27 2015	(r388006)
+++ head/devel/rubygem-gem_plugin/Makefile	Sat May 30 23:09:32 2015	(r388007)
@@ -10,10 +10,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Gem Based Plugin System
 
+LICENSE=	LGPL21 RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/gpgen
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302309.t4UN9X7J089447>