summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-25 17:08:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-25 17:08:33 +0000
commit3817655e5c497b91636f369cc4ecbddddd49878e (patch)
tree51d9944db6e921913c82154eea74a7d8ca887303
parent- Add LICENSE (diff)
- Add LICENSE
-rw-r--r--net/rubygem-oauth/Makefile5
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>