From 2e964b20603f3241e9e0ce143b6a02cb61d41897 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 25 May 2015 19:55:00 +0000 Subject: - Add LICENSE - Remove BUILD_DEPENDS - Update RUN_DEPENDS --- graphics/rubygem-captcha/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') 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 -- cgit