aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-12-26 01:08:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-12-26 01:08:33 +0800
commit04e3e909706053066725d51b36b7450f917e2f61 (patch)
tree51d9944db6e921913c82154eea74a7d8ca887303 /net
parent07233928166f5b69d2cc33ec664eca5fe27d02c2 (diff)
downloadfreebsd-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/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>