diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-28 00:21:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-28 00:21:53 +0800 |
commit | 693b454c3826c628b2df2c6990766ec8b5c130b0 (patch) | |
tree | 69be63d125a834cabd6d676591d83ddc7c29374f /graphics | |
parent | 287296b2d88b69c9be08ff5e56f1f6c4dd24f495 (diff) | |
download | freebsd-ports-gnome-693b454c3826c628b2df2c6990766ec8b5c130b0.tar.gz freebsd-ports-gnome-693b454c3826c628b2df2c6990766ec8b5c130b0.tar.zst freebsd-ports-gnome-693b454c3826c628b2df2c6990766ec8b5c130b0.zip |
- Add LICENSE
- Update WWW
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-imagesize/Makefile | 3 | ||||
-rw-r--r-- | graphics/rubygem-imagesize/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/rubygem-imagesize/Makefile b/graphics/rubygem-imagesize/Makefile index 795227a493fa..e54d89f9b1a2 100644 --- a/graphics/rubygem-imagesize/Makefile +++ b/graphics/rubygem-imagesize/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= RubyGem for finding the size of an image +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/graphics/rubygem-imagesize/pkg-descr b/graphics/rubygem-imagesize/pkg-descr index 4f783c4fe631..ea7f19838e18 100644 --- a/graphics/rubygem-imagesize/pkg-descr +++ b/graphics/rubygem-imagesize/pkg-descr @@ -1,4 +1,4 @@ This gem allows you to find the size of an image using Ruby. -WWW: http://rubygems.org/gems/imagesize/ +WWW: http://imagesize.rubyforge.org/ |