svn commit: r402578 - head/security/rubygem-bcrypt
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 29 07:00:32 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list