Modified: trunk/dports/ruby/rb-xml-xpath/Portfile (104845 => 104846)
--- trunk/dports/ruby/rb-xml-xpath/Portfile 2013-04-03 20:56:08 UTC (rev 104845)
+++ trunk/dports/ruby/rb-xml-xpath/Portfile 2013-04-03 20:58:22 UTC (rev 104846)
@@ -1,4 +1,5 @@
# $Id$
+
PortSystem 1.0
PortGroup ruby 1.0
@@ -8,6 +9,7 @@
description A simple XPath class for Ruby
long_description ${description}
categories-append textproc
+license GPL-2+
homepage http://www.webtime-project.net/
master_sites http://gregoire.lejeune.free.fr/
distname ${ruby.project}_${version}
@@ -23,4 +25,3 @@
pre-test { system "cd ${test.dir} && rm -f xml && ln -s .. xml" }
test.cmd ${ruby.bin}
test.target test.rb
-