diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-26 03:55:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-26 03:55:00 +0800 |
commit | 2e964b20603f3241e9e0ce143b6a02cb61d41897 (patch) | |
tree | 966e675cc6628872b7d027d5df68e86e32c7c818 /graphics | |
parent | e02e117374e16cd636db61ee42f86959b2e77d0a (diff) | |
download | freebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.tar.gz freebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.tar.zst freebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.zip |
- Add LICENSE
- Remove BUILD_DEPENDS
- Update RUN_DEPENDS
Diffstat (limited to 'graphics')
-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 f69532c6144..154f5e1fbca 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 |