diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-26 01:08:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-26 01:08:33 +0800 |
commit | 04e3e909706053066725d51b36b7450f917e2f61 (patch) | |
tree | 51d9944db6e921913c82154eea74a7d8ca887303 /net | |
parent | 07233928166f5b69d2cc33ec664eca5fe27d02c2 (diff) | |
download | freebsd-ports-gnome-04e3e909706053066725d51b36b7450f917e2f61.tar.gz freebsd-ports-gnome-04e3e909706053066725d51b36b7450f917e2f61.tar.zst freebsd-ports-gnome-04e3e909706053066725d51b36b7450f917e2f61.zip |
- Add LICENSE
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-oauth/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/rubygem-oauth/Makefile b/net/rubygem-oauth/Makefile index 2b016af60304..1b2babd6b41e 100644 --- a/net/rubygem-oauth/Makefile +++ b/net/rubygem-oauth/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/oauth + +PLIST_FILES= bin/oauth .include <bsd.port.mk> |