Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 07:00:31 +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: r402578 - head/security/rubygem-bcrypt
Message-ID:  <201511290700.tAT70VIX076267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 29 07:00:31 2015
New Revision: 402578
URL: https://svnweb.freebsd.org/changeset/ports/402578

Log:
  - Add LICENSE_FILE

Modified:
  head/security/rubygem-bcrypt/Makefile

Modified: head/security/rubygem-bcrypt/Makefile
==============================================================================
--- head/security/rubygem-bcrypt/Makefile	Sun Nov 29 07:00:27 2015	(r402577)
+++ head/security/rubygem-bcrypt/Makefile	Sun Nov 29 07:00:31 2015	(r402578)
@@ -10,9 +10,10 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	OpenBSD bcrypt password hashing algorithm
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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