diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:55:00 +0000 |
commit | a9ac82c0963199529f0b70e969d4bbf645dd7926 (patch) | |
tree | 966e675cc6628872b7d027d5df68e86e32c7c818 | |
parent | 5ce66257f7b32085e42aaab6a33e65369957fc8e (diff) | |
download | freebsd-ports-a9ac82c0963199529f0b70e969d4bbf645dd7926.zip |
- Add LICENSE
- Remove BUILD_DEPENDS
- Update RUN_DEPENDS
-rw-r--r-- | graphics/rubygem-captcha/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile index f69532c6144f..154f5e1fbca9 100644 --- a/graphics/rubygem-captcha/Makefile +++ b/graphics/rubygem-captcha/Makefile @@ -9,8 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple CAPTCHA written in Ruby -BUILD_DEPENDS= rubygem-rmagick>=1.0:${PORTSDIR}/graphics/rubygem-rmagick -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= MIT + +RUN_DEPENDS= rubygem-rmagick>=2.9.2:${PORTSDIR}/graphics/rubygem-rmagick USE_RUBY= yes USE_RUBYGEMS= yes |