svn commit: r388007 - head/devel/rubygem-gem_plugin
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:09:33 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list