diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:07:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 00:07:15 +0000 |
commit | 04719bac8b70176869493b1b42321a43817d63fc (patch) | |
tree | f5fe4bc2375cceb974560520ebd27b1402df40f3 /textproc/rubygem-rttool | |
parent | 5a06aec729451cda23615bfb4c611360e4534660 (diff) | |
download | ports-04719bac8b70176869493b1b42321a43817d63fc.tar.gz ports-04719bac8b70176869493b1b42321a43817d63fc.zip |
Notes
Diffstat (limited to 'textproc/rubygem-rttool')
-rw-r--r-- | textproc/rubygem-rttool/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-rttool/pkg-descr | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-rttool/Makefile b/textproc/rubygem-rttool/Makefile index 5c1787dd9963..dc0ab2dbbc91 100644 --- a/textproc/rubygem-rttool/Makefile +++ b/textproc/rubygem-rttool/Makefile @@ -8,9 +8,13 @@ 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 <bsd.port.mk> diff --git a/textproc/rubygem-rttool/pkg-descr b/textproc/rubygem-rttool/pkg-descr index 13a57fee859d..0343f2d24280 100644 --- a/textproc/rubygem-rttool/pkg-descr +++ b/textproc/rubygem-rttool/pkg-descr @@ -6,4 +6,3 @@ 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 |