aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-gitaly-proto088/Makefile
blob: 7b651d55e50671a4953b45a87dec57e93333e74a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gitaly-proto
PORTVERSION=    0.88.0
CATEGORIES= net rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  088

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

USES=       gem
NO_ARCH=    yes
USE_RUBY=   yes

PORTSCOUT=  limit:^0\.88\.

.include <bsd.port.mk>