aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-gitaly-proto084/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-gitaly-proto084/Makefile')
-rw-r--r--net/rubygem-gitaly-proto084/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-gitaly-proto084/Makefile b/net/rubygem-gitaly-proto084/Makefile
new file mode 100644
index 000000000000..233e5641a368
--- /dev/null
+++ b/net/rubygem-gitaly-proto084/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= gitaly-proto
+PORTVERSION= 0.84.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 084
+
+MAINTAINER= idefix@fechner.net
+COMMENT= Protobuf specifications and client libraries for Gitaly
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
+ rubygem-grpc>=1.0:net/rubygem-grpc
+
+CONFLICTS_INSTALL= rubygem-gitaly-proto
+
+PORTSCOUT= limit:^0\.84\.
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>