svn commit: r400910 - head/net/rubygem-bunny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 09:46:16 UTC 2015


Author: sunpoet
Date: Fri Nov  6 09:46:14 2015
New Revision: 400910
URL: https://svnweb.freebsd.org/changeset/ports/400910

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/rubygem-bunny/Makefile

Modified: head/net/rubygem-bunny/Makefile
==============================================================================
--- head/net/rubygem-bunny/Makefile	Fri Nov  6 08:52:54 2015	(r400909)
+++ head/net/rubygem-bunny/Makefile	Fri Nov  6 09:46:14 2015	(r400910)
@@ -10,11 +10,11 @@ MAINTAINER=	renchap at cocoa-x.com
 COMMENT=	Another synchronous Ruby AMQP client
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-amq-protocol>=2.0.0:${PORTSDIR}/net/rubygem-amq-protocol
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list