blob: 827c133e194a2c0c146cc2b0d3912d8b517bb5c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.94.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|