Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 14:52:36 +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: r442655 - head/sysutils/rubygem-vagrant-mutate
Message-ID:  <201706051452.v55EqaEZ053238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  5 14:52:36 2017
New Revision: 442655
URL: https://svnweb.freebsd.org/changeset/ports/442655

Log:
  Add LICENSE
  
  - Add NO_ARCH

Modified:
  head/sysutils/rubygem-vagrant-mutate/Makefile

Modified: head/sysutils/rubygem-vagrant-mutate/Makefile
==============================================================================
--- head/sysutils/rubygem-vagrant-mutate/Makefile	Mon Jun  5 14:52:32 2017	(r442654)
+++ head/sysutils/rubygem-vagrant-mutate/Makefile	Mon Jun  5 14:52:36 2017	(r442655)
@@ -8,8 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Convert vagrant boxes to work with different providers
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	rubygem-nokogiri>=0:textproc/rubygem-nokogiri
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 



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