diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 15:36:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 15:36:45 +0000 |
commit | 98da839e2b4c80f0364851c804b417f97dfad08e (patch) | |
tree | 667d71f0679ae1f4528253bebc09ca9938522d5e | |
parent | aab008da2d7d2172fac4e9b56125599e5ff626c6 (diff) | |
download | freebsd-ports-98da839e2b4c80f0364851c804b417f97dfad08e.zip |
- Add LICENSE
- Remove contiguous blank lines
-rw-r--r-- | security/rubygem-six/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile index 1da7bf1cd166..7b77332b9f3d 100644 --- a/security/rubygem-six/Makefile +++ b/security/rubygem-six/Makefile @@ -8,9 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Very simple authorization gem +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |