Modified: trunk/dports/ruby/rb-sys-uptime/Portfile (104917 => 104918)
--- trunk/dports/ruby/rb-sys-uptime/Portfile 2013-04-05 02:24:25 UTC (rev 104917)
+++ trunk/dports/ruby/rb-sys-uptime/Portfile 2013-04-05 02:33:51 UTC (rev 104918)
@@ -1,9 +1,11 @@
# $Id$
+
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup sys-uptime 0.4.1 extconf.rb {README doc} \
sourceforge:ruby-sysutils
+license {Ruby GPL-2}
maintainers nomaintainer
description 'uptime' information via Ruby - C extension
long_description A Ruby interface to the 'uptime' command. This is a \
@@ -18,4 +20,3 @@
test.dir ${worksrcpath}/test
test.cmd ${ruby.bin}
test.target tc_uptime.rb
-