summaryrefslogtreecommitdiff
path: root/net/rubygem-fog-local-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-fog-local-gitlab/Makefile')
-rw-r--r--net/rubygem-fog-local-gitlab/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/rubygem-fog-local-gitlab/Makefile b/net/rubygem-fog-local-gitlab/Makefile
new file mode 100644
index 000000000000..d724f7c7e554
--- /dev/null
+++ b/net/rubygem-fog-local-gitlab/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= fog-local
+PORTVERSION= 0.9.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Module for the 'fog' gem to support local filesystem storage
+WWW= https://github.com/fog/fog-local
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-fog-core-gitlab>=1.27<3.0:devel/rubygem-fog-core-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>