svn commit: r517496 - head/devel/rubygem-mercenary

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:39:38 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:39:37 2019
New Revision: 517496
URL: https://svnweb.freebsd.org/changeset/ports/517496

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-mercenary/Makefile

Modified: head/devel/rubygem-mercenary/Makefile
==============================================================================
--- head/devel/rubygem-mercenary/Makefile	Wed Nov 13 23:39:32 2019	(r517495)
+++ head/devel/rubygem-mercenary/Makefile	Wed Nov 13 23:39:37 2019	(r517496)
@@ -10,10 +10,13 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Lightweight and flexible library for writing command-line apps in Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
 SHEBANG_FILES=	script/console script/examples
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list