Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 06:50:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527531 - head/graphics/rubygem-captcha
Message-ID:  <202003010650.0216ofXu096093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  1 06:50:41 2020
New Revision: 527531
URL: https://svnweb.freebsd.org/changeset/ports/527531

Log:
  Add LICENSE_FILE

Modified:
  head/graphics/rubygem-captcha/Makefile

Modified: head/graphics/rubygem-captcha/Makefile
==============================================================================
--- head/graphics/rubygem-captcha/Makefile	Sun Mar  1 06:50:36 2020	(r527530)
+++ head/graphics/rubygem-captcha/Makefile	Sun Mar  1 06:50:41 2020	(r527531)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003010650.0216ofXu096093>