413ec5201d
- Add PORTSCOUT
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitaly-proto
|
|
PORTVERSION= 0.94.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 094
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^0\.94\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|