aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-captcha
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:41 +0000
commitde39bb7f496d8aeb2f466c102abc5b9466cb2b9b (patch)
tree3e83cb94e9928efaa0f9242b915b0b5bb8cfdb83 /graphics/rubygem-captcha
parentc6856efec85891d3d97b7da42d4d08455ff7da85 (diff)
downloadports-de39bb7f496d8aeb2f466c102abc5b9466cb2b9b.tar.gz
ports-de39bb7f496d8aeb2f466c102abc5b9466cb2b9b.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=527531
Diffstat (limited to 'graphics/rubygem-captcha')
-rw-r--r--graphics/rubygem-captcha/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile
index a7ef24177217..aa6cac805d88 100644
--- a/graphics/rubygem-captcha/Makefile
+++ b/graphics/rubygem-captcha/Makefile
@@ -10,11 +10,13 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple CAPTCHA written in Ruby
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rmagick>=2.9.2:graphics/rubygem-rmagick
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>