Revision
104917
Author
jmr@macports.org
Date
2013-04-04 19:24:25 -0700 (Thu, 04 Apr 2013)

Log Message

rb-text-format: correct license

Modified Paths

Diff

Modified: trunk/dports/ruby/rb-text-format/Portfile (104916 => 104917)


--- trunk/dports/ruby/rb-text-format/Portfile	2013-04-05 01:33:23 UTC (rev 104916)
+++ trunk/dports/ruby/rb-text-format/Portfile	2013-04-05 02:24:25 UTC (rev 104917)
@@ -1,4 +1,5 @@
 # $Id$
+
 PortSystem		1.0
 PortGroup		ruby 1.0
 
@@ -10,7 +11,7 @@
 					capabilities to Ruby. Based on Perl's Text::Format \
 					0.52, it offers all of the functionality of that \
 					module and new capabilities besides.
-license			Ruby Artistic
+license			{Ruby Artistic-1 GPL-2+}
 categories-append	textproc
 platforms		darwin
 checksums		md5 c4403fe040aefd798ee3bd408be6db77
@@ -18,4 +19,3 @@
 test.run		yes
 test.dir		${worksrcpath}/tests
 test.cmd		${ruby.bin} testall.rb
-