diff options
Diffstat (limited to 'graphics/rubygem-captcha/Makefile')
-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 |