svn commit: r527531 - head/graphics/rubygem-captcha

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:50:42 UTC 2020


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 at 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>


More information about the svn-ports-all mailing list