1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/go-protobuf/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

35 lines
653 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= protobuf
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= Protocol Buffers for Go with Gadgets
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= gogo
GH_SUBDIR= src/github.com/gogo/protobuf
GO_TARGET= ./protoc-gen-combo \
./protoc-gen-gofast \
./protoc-gen-gogo \
./protoc-gen-gogofast \
./protoc-gen-gogofaster \
./protoc-gen-gogoslick \
./protoc-gen-gogotypes \
./protoc-gen-gostring \
./protoc-min-version
.include <bsd.port.mk>