diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 05:31:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 05:31:29 +0800 |
commit | f81b5d3a027b90f3e89b4e4a742c01ae515c84aa (patch) | |
tree | f41c2e5f8f806054a2288e549e97df7451e449d3 /net/rubygem-httpauth | |
parent | 332c855dc5ad3d4b0f067bed2dd5b02f56f27e82 (diff) | |
download | freebsd-ports-gnome-f81b5d3a027b90f3e89b4e4a742c01ae515c84aa.tar.gz freebsd-ports-gnome-f81b5d3a027b90f3e89b4e4a742c01ae515c84aa.tar.zst freebsd-ports-gnome-f81b5d3a027b90f3e89b4e4a742c01ae515c84aa.zip |
- Add LICENSE
Diffstat (limited to 'net/rubygem-httpauth')
-rw-r--r-- | net/rubygem-httpauth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rubygem-httpauth/Makefile b/net/rubygem-httpauth/Makefile index f3fea98f81f4..c7dccbfc898a 100644 --- a/net/rubygem-httpauth/Makefile +++ b/net/rubygem-httpauth/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for HTTP authentication protocol in RFC 2617 +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |