diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-26 04:21:36 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-26 04:36:31 +0800 |
commit | 249ec5fe3c6a42a4af1f9b9bef3aee821fd4e5f0 (patch) | |
tree | 8cc514de6738483ad44dc2b8d08f44be43f8afbe | |
parent | lang/ruby30: Fix improper substitution in PLIST (diff) |
devel/rubygem-rotp: Add LICENSE_FILE
-rw-r--r-- | devel/rubygem-rotp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rubygem-rotp/Makefile b/devel/rubygem-rotp/Makefile index 8428b83b6aed..3e32c10c351b 100644 --- a/devel/rubygem-rotp/Makefile +++ b/devel/rubygem-rotp/Makefile @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for generating one time passwords LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes |