Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2016 18:52:10 +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: r410649 - head/security/rubygem-bcrypt-ruby
Message-ID:  <201603081852.u28IqAMp082340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar  8 18:52:09 2016
New Revision: 410649
URL: https://svnweb.freebsd.org/changeset/ports/410649

Log:
  - Add LICENSE_FILE

Modified:
  head/security/rubygem-bcrypt-ruby/Makefile

Modified: head/security/rubygem-bcrypt-ruby/Makefile
==============================================================================
--- head/security/rubygem-bcrypt-ruby/Makefile	Tue Mar  8 18:52:05 2016	(r410648)
+++ head/security/rubygem-bcrypt-ruby/Makefile	Tue Mar  8 18:52:09 2016	(r410649)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Sophisticated and secure hash algorithm for passwords
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-bcrypt>=3.1.3:${PORTSDIR}/security/rubygem-bcrypt
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



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