Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:42:11 +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: r545924 - head/devel/rubygem-cloudfiles
Message-ID:  <202008231942.07NJgBpi084578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:42:11 2020
New Revision: 545924
URL: https://svnweb.freebsd.org/changeset/ports/545924

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-cloudfiles/Makefile

Modified: head/devel/rubygem-cloudfiles/Makefile
==============================================================================
--- head/devel/rubygem-cloudfiles/Makefile	Sun Aug 23 19:42:06 2020	(r545923)
+++ head/devel/rubygem-cloudfiles/Makefile	Sun Aug 23 19:42:11 2020	(r545924)
@@ -10,12 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby version of the Rackspace Cloud Files API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-json>=0:devel/rubygem-json
 
-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?202008231942.07NJgBpi084578>