diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:31 +0800 |
commit | e34ee087e0741dc03c63523a395c635fbc386ac9 (patch) | |
tree | 05f051a254700cef47cd55e60f9d9222656ea0d6 /security | |
parent | 72bc47f46f2005dc3d325e564f05dc652804c65c (diff) | |
download | freebsd-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/Makefile | 3 |
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> |