aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github-discourse
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 13:08:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 13:08:24 +0000
commitc69d62c2a78b2d853c0d786dcc6d00205bb0de5e (patch)
treee9f8ad51a43710d37616d31199654dcdb08a6788 /net/rubygem-omniauth-github-discourse
parent81187004b593597c7a80b585b8132225ce26a801 (diff)
downloadports-c69d62c2a78b2d853c0d786dcc6d00205bb0de5e.tar.gz
ports-c69d62c2a78b2d853c0d786dcc6d00205bb0de5e.zip
- Add LICENSE
Notes
Notes: svn path=/head/; revision=387599
Diffstat (limited to 'net/rubygem-omniauth-github-discourse')
-rw-r--r--net/rubygem-omniauth-github-discourse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rubygem-omniauth-github-discourse/Makefile b/net/rubygem-omniauth-github-discourse/Makefile
index e0069184fc80..9d1e1267c3ab 100644
--- a/net/rubygem-omniauth-github-discourse/Makefile
+++ b/net/rubygem-omniauth-github-discourse/Makefile
@@ -9,11 +9,13 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fork of Official OmniAuth strategy for GitHub
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>