f6daf77e75
This adds a bunch of new APIs, many of which now support gRPC (a binary protocol over HTTP/2) instead of JSON and HTTP.
18 lines
685 B
Makefile
18 lines
685 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2016/09/13 20:50:25 bsiegert Exp $
|
|
|
|
BUILDLINK_TREE+= google-api-go-client
|
|
|
|
.if !defined(GOOGLE_API_GO_CLIENT_BUILDLINK3_MK)
|
|
GOOGLE_API_GO_CLIENT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.google-api-go-client= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.google-api-go-client?= build
|
|
BUILDLINK_API_DEPENDS.google-api-go-client+= google-api-go-client>=20150507
|
|
BUILDLINK_PKGSRCDIR.google-api-go-client?= ../../devel/google-api-go-client
|
|
|
|
.include "../../misc/go-genproto/buildlink3.mk"
|
|
.include "../../net/go-grpc/buildlink3.mk"
|
|
.include "../../security/go-oauth2/buildlink3.mk"
|
|
.endif # GOOGLE_API_GO_CLIENT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -google-api-go-client
|