aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-azure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-fog-azure/Makefile')
-rw-r--r--net/rubygem-fog-azure/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/rubygem-fog-azure/Makefile b/net/rubygem-fog-azure/Makefile
index b13124c9c0c2..0e2b6ade20bd 100644
--- a/net/rubygem-fog-azure/Makefile
+++ b/net/rubygem-fog-azure/Makefile
@@ -1,5 +1,3 @@
-# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
-
PORTNAME= fog-azure
PORTVERSION= 0.0.2
PORTREVISION= 2
@@ -8,17 +6,18 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Microsoft Azure
+WWW= https://github.com/fog/fog-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
+NO_ARCH= yes
+
.include <bsd.port.mk>