summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>