diff options
Diffstat (limited to 'net/rubygem-omniauth-azure-oauth2/Makefile')
-rw-r--r-- | net/rubygem-omniauth-azure-oauth2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/rubygem-omniauth-azure-oauth2/Makefile b/net/rubygem-omniauth-azure-oauth2/Makefile index 372dea5b3813..a6cf56c3781a 100644 --- a/net/rubygem-omniauth-azure-oauth2/Makefile +++ b/net/rubygem-omniauth-azure-oauth2/Makefile @@ -1,6 +1,6 @@ PORTNAME= omniauth-azure-oauth2 PORTVERSION= 0.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,11 +10,12 @@ COMMENT= Azure OAuth2 Strategy for OmniAuth LICENSE= MIT RUN_DEPENDS= rubygem-jwt>=1.0<3:www/rubygem-jwt \ - rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \ + rubygem-omniauth>=1.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |