svn commit: r432589 - head/net/rubygem-azure

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 27 20:53:46 UTC 2017


Author: sunpoet
Date: Fri Jan 27 20:53:44 2017
New Revision: 432589
URL: https://svnweb.freebsd.org/changeset/ports/432589

Log:
  Add LICENSE_FILE

Modified:
  head/net/rubygem-azure/Makefile

Modified: head/net/rubygem-azure/Makefile
==============================================================================
--- head/net/rubygem-azure/Makefile	Fri Jan 27 20:53:39 2017	(r432588)
+++ head/net/rubygem-azure/Makefile	Fri Jan 27 20:53:44 2017	(r432589)
@@ -11,6 +11,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Microsoft Azure Client Library for Ruby
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-addressable>=2.3:www/rubygem-addressable \
 		rubygem-azure-core>=0.1:net/rubygem-azure-core \
@@ -21,10 +22,10 @@ RUN_DEPENDS=	rubygem-addressable>=2.3:ww
 		rubygem-systemu>=2.6:devel/rubygem-systemu \
 		rubygem-thor>=0.19:devel/rubygem-thor
 
-PLIST_FILES=	bin/pfxer
-
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
+PLIST_FILES=	bin/pfxer
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list