svn commit: r513158 - head/devel/rubygem-gibbler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 28 20:03:27 UTC 2019


Author: sunpoet
Date: Sat Sep 28 20:03:26 2019
New Revision: 513158
URL: https://svnweb.freebsd.org/changeset/ports/513158

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-gibbler/Makefile

Modified: head/devel/rubygem-gibbler/Makefile
==============================================================================
--- head/devel/rubygem-gibbler/Makefile	Sat Sep 28 20:03:21 2019	(r513157)
+++ head/devel/rubygem-gibbler/Makefile	Sat Sep 28 20:03:26 2019	(r513158)
@@ -10,9 +10,11 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Git-like hashes for Ruby objects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-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