diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:05 +0000 |
commit | ce50a476677a61cdcdf167c4a638ad65d22e3b3c (patch) | |
tree | 5d22971fa2605851af6d4e37d94a731519346fd8 | |
parent | a9ac82c0963199529f0b70e969d4bbf645dd7926 (diff) | |
download | freebsd-ports-ce50a476677a61cdcdf167c4a638ad65d22e3b3c.zip |
- Add LICENSE
- Update WWW
-rw-r--r-- | graphics/rubygem-gruff/Makefile | 4 | ||||
-rw-r--r-- | graphics/rubygem-gruff/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index eb348a1fa347..d5912bdb9a0f 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -10,7 +10,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Beautiful graphing library for Ruby using RMagick -RUN_DEPENDS= rubygem-rmagick>0:${PORTSDIR}/graphics/rubygem-rmagick +LICENSE= MIT + +RUN_DEPENDS= rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/graphics/rubygem-gruff/pkg-descr b/graphics/rubygem-gruff/pkg-descr index 37a06b6112ec..ed40076cc6c8 100644 --- a/graphics/rubygem-gruff/pkg-descr +++ b/graphics/rubygem-gruff/pkg-descr @@ -1,4 +1,4 @@ The Gruff Graphing Library is a project to make beautiful graphs with Ruby. Can be used alone or with Ruby on Rails. -WWW: http://nubyonrails.com/pages/gruff +WWW: https://github.com/topfunky/gruff |