svn commit: r545924 - head/devel/rubygem-cloudfiles

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:42:16 UTC 2020


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


More information about the svn-ports-head mailing list