Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 19:11:22 +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: r511010 - head/devel/rubygem-benelux
Message-ID:  <201909031911.x83JBMlk047474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  3 19:11:22 2019
New Revision: 511010
URL: https://svnweb.freebsd.org/changeset/ports/511010

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-benelux/Makefile

Modified: head/devel/rubygem-benelux/Makefile
==============================================================================
--- head/devel/rubygem-benelux/Makefile	Tue Sep  3 19:11:17 2019	(r511009)
+++ head/devel/rubygem-benelux/Makefile	Tue Sep  3 19:11:22 2019	(r511010)
@@ -10,12 +10,14 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Mad way to time Ruby codes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-attic>=0.5.3:devel/rubygem-attic \
 		rubygem-storable>=0.8.6:devel/rubygem-storable
 
-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?201909031911.x83JBMlk047474>