aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 13:08:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-27 13:08:20 +0000
commit81187004b593597c7a80b585b8132225ce26a801 (patch)
tree233cb79bb002217dcc7324d9f39dc738413f33cf /net/rubygem-omniauth-github
parent8442cef2a2a778fedbda64b82d69ba6372eb9bf7 (diff)
downloadports-81187004b593597c7a80b585b8132225ce26a801.tar.gz
ports-81187004b593597c7a80b585b8132225ce26a801.zip
- Add LICENSE
- Sort RUN_DEPENDS - Remove contiguous blank lines
Notes
Notes: svn path=/head/; revision=387598
Diffstat (limited to 'net/rubygem-omniauth-github')
-rw-r--r--net/rubygem-omniauth-github/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rubygem-omniauth-github/Makefile b/net/rubygem-omniauth-github/Makefile
index adc5bd89edc3..bbc07eded7af 100644
--- a/net/rubygem-omniauth-github/Makefile
+++ b/net/rubygem-omniauth-github/Makefile
@@ -8,12 +8,13 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
-RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 \
- rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
+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
-
.include <bsd.port.mk>