svn commit: r511010 - head/devel/rubygem-benelux

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:11:23 UTC 2019


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


More information about the svn-ports-head mailing list