svn commit: r427657 - head/devel/rubygem-deface

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 19:29:57 UTC 2016


Author: sunpoet
Date: Sat Dec  3 19:29:55 2016
New Revision: 427657
URL: https://svnweb.freebsd.org/changeset/ports/427657

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

Modified:
  head/devel/rubygem-deface/Makefile

Modified: head/devel/rubygem-deface/Makefile
==============================================================================
--- head/devel/rubygem-deface/Makefile	Sat Dec  3 19:29:51 2016	(r427656)
+++ head/devel/rubygem-deface/Makefile	Sat Dec  3 19:29:55 2016	(r427657)
@@ -9,12 +9,14 @@ MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Customize ERB, Haml and Slim views in a Rails application
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-colorize>=0.5.8:devel/rubygem-colorize \
 		rubygem-nokogiri>=1.6.0:textproc/rubygem-nokogiri \
 		rubygem-polyglot>=0.3:devel/rubygem-polyglot \
 		rubygem-rails4>=3.1:www/rubygem-rails4
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list