Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:53:20 +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: r400299 - head/sysutils/puppet4
Message-ID:  <201510271553.t9RFrKtk058621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 27 15:53:20 2015
New Revision: 400299
URL: https://svnweb.freebsd.org/changeset/ports/400299

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

Modified:
  head/sysutils/puppet4/Makefile

Modified: head/sysutils/puppet4/Makefile
==============================================================================
--- head/sysutils/puppet4/Makefile	Tue Oct 27 15:53:16 2015	(r400298)
+++ head/sysutils/puppet4/Makefile	Tue Oct 27 15:53:20 2015	(r400299)
@@ -10,6 +10,7 @@ MAINTAINER=	mmoll@FreeBSD.org
 COMMENT=	Configuration management framework written in Ruby
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	rubygem-hiera>=2.0:${PORTSDIR}/sysutils/rubygem-hiera \
 		rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure
@@ -20,6 +21,7 @@ RUN_DEPENDS=	rubygem-hiera>=2.0:${PORTSD
 USES=		cpe
 CPE_VENDOR=	puppetlabs
 CONFLICTS_INSTALL=	puppet-* puppet37-*
+NO_ARCH=	yes
 NO_BUILD=	yes
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	iconv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271553.t9RFrKtk058621>