Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 19:29:55 +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: r427657 - head/devel/rubygem-deface
Message-ID:  <201612031929.uB3JTtT7068319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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