aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rubygem-fog-azure/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net/rubygem-fog-azure/Makefile b/net/rubygem-fog-azure/Makefile
index b13124c9c0c2..ddae0cbff2f6 100644
--- a/net/rubygem-fog-azure/Makefile
+++ b/net/rubygem-fog-azure/Makefile
@@ -12,13 +12,14 @@ COMMENT= Module for the 'fog' gem to support Microsoft Azure
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-azure>=0.6:net/rubygem-azure \
- rubygem-fog-core1>=1.27:devel/rubygem-fog-core1 \
- rubygem-fog-json>=1.0:devel/rubygem-fog-json \
- rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml
+RUN_DEPENDS= rubygem-azure>=0.6<1:net/rubygem-azure \
+ rubygem-fog-core1>=1.27<2:devel/rubygem-fog-core1 \
+ rubygem-fog-json>=1.0<2:devel/rubygem-fog-json \
+ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>