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