diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 16:21:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 16:21:58 +0000 |
commit | 745b732b6e23f79f552f302afa1cf750f10f11ac (patch) | |
tree | 2915303bfcbe80b79230f9dbe923c3df72148c96 /graphics/rubygem-railroad | |
parent | cf4e8647dedbd7d009f40416d03cb7292b5f69e0 (diff) |
Notes
Diffstat (limited to 'graphics/rubygem-railroad')
-rw-r--r-- | graphics/rubygem-railroad/Makefile | 5 | ||||
-rw-r--r-- | graphics/rubygem-railroad/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/rubygem-railroad/Makefile b/graphics/rubygem-railroad/Makefile index 05cabd4440ea..b8cc4db8fcdd 100644 --- a/graphics/rubygem-railroad/Makefile +++ b/graphics/rubygem-railroad/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Class diagrams generator for Ruby on Rails applications +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= YES +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/railroad diff --git a/graphics/rubygem-railroad/pkg-descr b/graphics/rubygem-railroad/pkg-descr index 68011ba80f1d..d2748e5faf33 100644 --- a/graphics/rubygem-railroad/pkg-descr +++ b/graphics/rubygem-railroad/pkg-descr @@ -3,4 +3,4 @@ properties (attributes, methods) and relationships (inheritance, model associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz. -WWW: http://rubygems.org/gems/railroad/ +WWW: http://railroad.rubyforge.org/ |