diff --git a/ruby-rdoc.cygport b/ruby-rdoc.cygport index a2b2226..abe3ec0 100644 --- a/ruby-rdoc.cygport +++ b/ruby-rdoc.cygport @@ -1,7 +1,7 @@ inherit rubygem NAME="ruby-rdoc" -VERSION=6.1.2 +VERSION=6.5.0 RELEASE=1 CATEGORY="Ruby" SUMMARY="Ruby rdoc module" @@ -9,6 +9,8 @@ DESCRIPTION="RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the rdoc and ri tools for generating and displaying online documentation." +LICENSE=Ruby + ARCH=noarch PKG_NAMES="${NAME} ${NAME}-doc"