- Add LICENSE

- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-27 16:21:58 +00:00
parent cf4e8647de
commit 745b732b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387629
2 changed files with 5 additions and 2 deletions

View file

@ -9,9 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org MAINTAINER= ruby@FreeBSD.org
COMMENT= Class diagrams generator for Ruby on Rails applications COMMENT= Class diagrams generator for Ruby on Rails applications
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_RUBY= yes USE_RUBY= yes
USE_RUBYGEMS= yes USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= YES RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/railroad PLIST_FILES= bin/railroad

View file

@ -3,4 +3,4 @@ properties (attributes, methods) and relationships (inheritance, model
associations like has_many, etc.) The output is a graph description in associations like has_many, etc.) The output is a graph description in
the DOT language, suitable to be handled with tools like Graphviz. the DOT language, suitable to be handled with tools like Graphviz.
WWW: http://rubygems.org/gems/railroad/ WWW: http://railroad.rubyforge.org/