svn commit: r442655 - head/sysutils/rubygem-vagrant-mutate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 14:52:38 UTC 2017


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 at 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
 


More information about the svn-ports-head mailing list