diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 13:08:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 13:08:20 +0000 |
commit | 81187004b593597c7a80b585b8132225ce26a801 (patch) | |
tree | 233cb79bb002217dcc7324d9f39dc738413f33cf /net | |
parent | 8442cef2a2a778fedbda64b82d69ba6372eb9bf7 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-omniauth-github/Makefile | 7 |
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> |