aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-aws-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-fog-aws-gitlab/Makefile')
-rw-r--r--net/rubygem-fog-aws-gitlab/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/rubygem-fog-aws-gitlab/Makefile b/net/rubygem-fog-aws-gitlab/Makefile
new file mode 100644
index 000000000000..4f131d1f6182
--- /dev/null
+++ b/net/rubygem-fog-aws-gitlab/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= fog-aws
+PORTVERSION= 3.28.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Module for the 'fog' gem to support Amazon Web Services
+WWW= https://github.com/fog/fog-aws
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402 \
+ rubygem-fog-core-gitlab>=2.1<3:devel/rubygem-fog-core-gitlab \
+ rubygem-fog-json-gitlab>=1.1<2:devel/rubygem-fog-json-gitlab \
+ rubygem-fog-xml-gitlab>=0.1<1:textproc/rubygem-fog-xml-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
+
+.include <bsd.port.mk>