aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-11-29 15:00:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-11-29 15:00:31 +0800
commite34ee087e0741dc03c63523a395c635fbc386ac9 (patch)
tree05f051a254700cef47cd55e60f9d9222656ea0d6 /security
parent72bc47f46f2005dc3d325e564f05dc652804c65c (diff)
downloadfreebsd-ports-gnome-e34ee087e0741dc03c63523a395c635fbc386ac9.tar.gz
freebsd-ports-gnome-e34ee087e0741dc03c63523a395c635fbc386ac9.tar.zst
freebsd-ports-gnome-e34ee087e0741dc03c63523a395c635fbc386ac9.zip
- Add LICENSE_FILE
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-bcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-bcrypt/Makefile b/security/rubygem-bcrypt/Makefile
index 9c5da9619f5c..6a8a00a3277b 100644
--- a/security/rubygem-bcrypt/Makefile
+++ b/security/rubygem-bcrypt/Makefile
@@ -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>