Index: head/textproc/rubygem-rttool/Makefile =================================================================== --- head/textproc/rubygem-rttool/Makefile (revision 387228) +++ head/textproc/rubygem-rttool/Makefile (revision 387229) @@ -1,16 +1,20 @@ # $FreeBSD$ PORTNAME= rttool PORTVERSION= 1.0.3.0 CATEGORIES= textproc ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= RT into HTML and plain text converter +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/rdrt2 bin/rt2 .include Index: head/textproc/rubygem-rttool/pkg-descr =================================================================== --- head/textproc/rubygem-rttool/pkg-descr (revision 387228) +++ head/textproc/rubygem-rttool/pkg-descr (revision 387229) @@ -1,9 +1,8 @@ RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD. At this time, RTtool can convert RT into HTML and plain text. To convert into plain text, you need w3m. WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html -WWW: http://rubygems.org/gems/rttool