diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-14 07:44:06 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-14 07:44:06 +0800 |
commit | b2296d847d62ba443a286acb0c9884f4c83d112d (patch) | |
tree | a0c62ff566df1a115541ab08e1a6180f651611bb /net | |
parent | 6da5d125a722899bcfcf273a0a0482ae39dbf88f (diff) | |
download | freebsd-ports-gnome-b2296d847d62ba443a286acb0c9884f4c83d112d.tar.gz freebsd-ports-gnome-b2296d847d62ba443a286acb0c9884f4c83d112d.tar.zst freebsd-ports-gnome-b2296d847d62ba443a286acb0c9884f4c83d112d.zip |
Add LICENSE_FILE
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-uri-redis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rubygem-uri-redis/Makefile b/net/rubygem-uri-redis/Makefile index e8e000047e67..ca6d4739deaa 100644 --- a/net/rubygem-uri-redis/Makefile +++ b/net/rubygem-uri-redis/Makefile @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Support for parsing redis://host:port/dbindex/keyname LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem USE_RUBY= yes |