svn commit: r410562 - head/sysutils/mcollective

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 7 20:13:22 UTC 2016


Author: sunpoet
Date: Mon Mar  7 20:13:21 2016
New Revision: 410562
URL: https://svnweb.freebsd.org/changeset/ports/410562

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

Modified:
  head/sysutils/mcollective/Makefile

Modified: head/sysutils/mcollective/Makefile
==============================================================================
--- head/sysutils/mcollective/Makefile	Mon Mar  7 20:13:16 2016	(r410561)
+++ head/sysutils/mcollective/Makefile	Mon Mar  7 20:13:21 2016	(r410562)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://downloads.puppetlab
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Modern scalable datacenter orchestration framework
 
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	rubygem-stomp>=0:${PORTSDIR}/devel/rubygem-stomp
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list