svn commit: r410649 - head/security/rubygem-bcrypt-ruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 8 18:52:11 UTC 2016


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


More information about the svn-ports-head mailing list