Revision
105481
Author
jmr@macports.org
Date
2013-04-22 08:32:23 -0700 (Mon, 22 Apr 2013)

Log Message

rb-bluecloth: license, noarch

Modified Paths

Diff

Modified: trunk/dports/ruby/rb-bluecloth/Portfile (105480 => 105481)


--- trunk/dports/ruby/rb-bluecloth/Portfile	2013-04-22 15:26:01 UTC (rev 105480)
+++ trunk/dports/ruby/rb-bluecloth/Portfile	2013-04-22 15:32:23 UTC (rev 105481)
@@ -1,4 +1,5 @@
 # $Id$
+
 PortSystem		1.0
 PortGroup		ruby 1.0
 
@@ -11,12 +12,13 @@
 					easy-to-write plain text format, then convert it to \
 					structurally valid XHTML (or HTML).
 categories-append	textproc
+license			GPL-2+
 homepage		http://rubyforge.org/projects/bluecloth
 distname		${ruby.module}-[strsed ${version} {s/fc3//}]
 checksums		md5 41d385b4ed147630cd922aa50475670b
 use_bzip2		yes
 platforms		darwin
+supported_archs	noarch
 
 test.run		yes
 test.cmd		${ruby.bin} test.rb
-